Html Css Color HEX #CCF076 Sulu

📋 copy color: '#CCF076'

red 204 ◦ green 240 ◦ blue 118

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

Shades of Sulu #CCF076

Tints of Sulu #CCF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

 BLUE value IS 118 (46.48% from 255) = 21%

R = 36.3%
G = 42.7%
B = 21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#CCF076 (or 0xCCF076) is known color: Sulu. HEX triplet: CC, F0 and 76. RGB value is (204,240,118). Sum of RGB (Red+Green+Blue) = 204+240+118=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF076 is #330F89. Grayscale: #D7D7D7. Windows color (decimal): -3346314 or 7794892. OLE color: 7794892.

HSL color Cylindrical-coordinate representation of color #CCF076: hue angle of 77.7º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF076 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 118 -
CMYK 0.15 0 0.51 0.06
HSL 77.7º 0.8% 0.7% -
HSV(B) 77.7º 0.51% 0.94% -
XYZ 59.33 76.47 28.77 -
YUV 215.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 204 240 118 0.15 0 0.51 0.06 77.7 0.8 0.7
Hex CC F0 76 F 0 33 6 4E 50 46
Octal 314 360 166 17 0 63 6 116 120 106
Binary 11001100 11110000 1110110 1111 0 110011 110 1001110 1010000 1000110

Color Harmonies of #CCF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF076

Black with #CCF076

Text Example


Text Example

White with #CCF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF076; }

 p { color: rgb(204,240,118); }

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

background-color css

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

 a { background-color: rgb(204,240,118); }

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

border-color css

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

 span { border-color: rgb(204,240,118); }

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