Html Css Color HEX #CCEB74 Sulu

📋 copy color: '#CCEB74'

red 204 ◦ green 235 ◦ blue 116

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

Shades of Sulu #CCEB74

Tints of Sulu #CCEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

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

R = 36.76%
G = 42.34%
B = 20.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#CCEB74 (or 0xCCEB74) is known color: Sulu. HEX triplet: CC, EB and 74. RGB value is (204,235,116). Sum of RGB (Red+Green+Blue) = 204+235+116=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB74 is #33148B. Grayscale: #D4D4D4. Windows color (decimal): -3347596 or 7662540. OLE color: 7662540.

HSL color Cylindrical-coordinate representation of color #CCEB74: hue angle of 75.63º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCEB74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 116 -
CMYK 0.13 0 0.51 0.08
HSL 75.63º 0.75% 0.69% -
HSV(B) 75.63º 0.51% 0.92% -
XYZ 57.76 73.51 27.67 -
YUV 212.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 204 235 116 0.13 0 0.51 0.08 75.63 0.75 0.69
Hex CC EB 74 D 0 33 8 4C 4B 45
Octal 314 353 164 15 0 63 10 114 113 105
Binary 11001100 11101011 1110100 1101 0 110011 1000 1001100 1001011 1000101

Color Harmonies of #CCEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB74

Black with #CCEB74

Text Example


Text Example

White with #CCEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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