Html Css Color HEX #CCEE74 Sulu

📋 copy color: '#CCEE74'

red 204 ◦ green 238 ◦ blue 116

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

Shades of Sulu #CCEE74

Tints of Sulu #CCEE74

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.65%

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

R = 36.56%
G = 42.65%
B = 20.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#CCEE74 (or 0xCCEE74) is known color: Sulu. HEX triplet: CC, EE and 74. RGB value is (204,238,116). Sum of RGB (Red+Green+Blue) = 204+238+116=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE74 is #33118B. Grayscale: #D6D6D6. Windows color (decimal): -3346828 or 7663308. OLE color: 7663308.

HSL color Cylindrical-coordinate representation of color #CCEE74: hue angle of 76.72º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCEE74 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 116 -
CMYK 0.14 0 0.51 0.07
HSL 76.72º 0.78% 0.69% -
HSV(B) 76.72º 0.51% 0.93% -
XYZ 58.63 75.25 27.96 -
YUV 213.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 204 238 116 0.14 0 0.51 0.07 76.72 0.78 0.69
Hex CC EE 74 E 0 33 7 4D 4E 45
Octal 314 356 164 16 0 63 7 115 116 105
Binary 11001100 11101110 1110100 1110 0 110011 111 1001101 1001110 1000101

Color Harmonies of #CCEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE74

Black with #CCEE74

Text Example


Text Example

White with #CCEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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