Html Css Color HEX #CCF078 Sulu

📋 copy color: '#CCF078'

red 204 ◦ green 240 ◦ blue 120

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

Shades of Sulu #CCF078

Tints of Sulu #CCF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.28%

R = 36.17%
G = 42.55%
B = 21.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#CCF078 (or 0xCCF078) is known color: Sulu. HEX triplet: CC, F0 and 78. RGB value is (204,240,120). Sum of RGB (Red+Green+Blue) = 204+240+120=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF078 is #330F87. Grayscale: #D7D7D7. Windows color (decimal): -3346312 or 7925964. OLE color: 7925964.

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

Color convert

RGB 204 240 120 -
CMYK 0.15 0 0.5 0.06
HSL 78º 0.8% 0.71% -
HSV(B) 78º 0.5% 0.94% -
XYZ 59.45 76.51 29.4 -
YUV 215.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 204 240 120 0.15 0 0.5 0.06 78 0.8 0.71
Hex CC F0 78 F 0 32 6 4E 50 47
Octal 314 360 170 17 0 62 6 116 120 107
Binary 11001100 11110000 1111000 1111 0 110010 110 1001110 1010000 1000111

Color Harmonies of #CCF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF078

Black with #CCF078

Text Example


Text Example

White with #CCF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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