Html Css Color HEX #CCF07C Sulu

📋 copy color: '#CCF07C'

red 204 ◦ green 240 ◦ blue 124

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

Shades of Sulu #CCF07C

Tints of Sulu #CCF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.83%

R = 35.92%
G = 42.25%
B = 21.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#CCF07C (or 0xCCF07C) is known color: Sulu. HEX triplet: CC, F0 and 7C. RGB value is (204,240,124). Sum of RGB (Red+Green+Blue) = 204+240+124=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07C is #330F83. Grayscale: #D8D8D8. Windows color (decimal): -3346308 or 8188108. OLE color: 8188108.

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

Color convert

RGB 204 240 124 -
CMYK 0.15 0 0.48 0.06
HSL 78.62º 0.79% 0.71% -
HSV(B) 78.62º 0.48% 0.94% -
XYZ 59.7 76.61 30.71 -
YUV 216.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 204 240 124 0.15 0 0.48 0.06 78.62 0.79 0.71
Hex CC F0 7C F 0 30 6 4F 4F 47
Octal 314 360 174 17 0 60 6 117 117 107
Binary 11001100 11110000 1111100 1111 0 110000 110 1001111 1001111 1000111

Color Harmonies of #CCF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF07C

Black with #CCF07C

Text Example


Text Example

White with #CCF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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