Html Css Color HEX #CCF674 Sulu

📋 copy color: '#CCF674'

red 204 ◦ green 246 ◦ blue 116

#CCF674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCF674

Tints of Sulu #CCF674

RGB

 RED value IS 204 (80.08% from 255) = 36.04%

 GREEN value IS 246 (96.48% from 255) = 43.46%

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 36.04%
G = 43.46%
B = 20.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF674 (or 0xCCF674) is known color: Sulu. HEX triplet: CC, F6 and 74. RGB value is (204,246,116). Sum of RGB (Red+Green+Blue) = 204+246+116=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF674 is #33098B. Grayscale: #DBDBDB. Windows color (decimal): -3344780 or 7665356. OLE color: 7665356.

HSL color Cylindrical-coordinate representation of color #CCF674: hue angle of 79.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF674 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 116 -
CMYK 0.17 0 0.53 0.04
HSL 79.38º 0.88% 0.71% -
HSV(B) 79.38º 0.53% 0.96% -
XYZ 61.01 80.01 28.75 -
YUV 218.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 204 246 116 0.17 0 0.53 0.04 79.38 0.88 0.71
Hex CC F6 74 11 0 35 4 4F 58 47
Octal 314 366 164 21 0 65 4 117 130 107
Binary 11001100 11110110 1110100 10001 0 110101 100 1001111 1011000 1000111

Color Harmonies of #CCF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF674

Black with #CCF674

Text Example


Text Example

White with #CCF674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF674; }

 p { color: rgb(204,246,116); }

 H1.HeaderClassName
 {
   color: #CCF674;
 }
 .AnyTagClassName
 {
   color: #CCF674;
 }
</style>

background-color css

<style>
 a { background-color: #CCF674; }

 a { background-color: rgb(204,246,116); }

 div.DivClassName
 {
   background-color: #CCF674;
 }
 .BgClassName
 {
   background-color: #CCF674;
 }
</style>

border-color css

<style>
 span { border-color: #CCF674; }

 span { border-color: rgb(204,246,116); }

 td.TdClassName
 {
   border-color: #CCF674;
 }
 .TagClassName
 {
   border-color: #CCF674;
 }
</style>