Html Css Color HEX #CCF07E Sulu

📋 copy color: '#CCF07E'

red 204 ◦ green 240 ◦ blue 126

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

Shades of Sulu #CCF07E

Tints of Sulu #CCF07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.11%

R = 35.79%
G = 42.11%
B = 22.11%

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

#CCF07E (or 0xCCF07E) is known color: Sulu. HEX triplet: CC, F0 and 7E. RGB value is (204,240,126). Sum of RGB (Red+Green+Blue) = 204+240+126=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07E is #330F81. Grayscale: #D8D8D8. Windows color (decimal): -3346306 or 8319180. OLE color: 8319180.

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

Color convert

RGB 204 240 126 -
CMYK 0.15 0 0.48 0.06
HSL 78.95º 0.79% 0.72% -
HSV(B) 78.95º 0.48% 0.94% -
XYZ 59.83 76.66 31.38 -
YUV 216.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 204 240 126 0.15 0 0.48 0.06 78.95 0.79 0.72
Hex CC F0 7E F 0 30 6 4F 4F 48
Octal 314 360 176 17 0 60 6 117 117 110
Binary 11001100 11110000 1111110 1111 0 110000 110 1001111 1001111 1001000

Color Harmonies of #CCF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF07E

Black with #CCF07E

Text Example


Text Example

White with #CCF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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