Html Css Color HEX #CCF27E Sulu

📋 copy color: '#CCF27E'

red 204 ◦ green 242 ◦ blue 126

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

Shades of Sulu #CCF27E

Tints of Sulu #CCF27E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

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

R = 35.66%
G = 42.31%
B = 22.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#CCF27E (or 0xCCF27E) is known color: Sulu. HEX triplet: CC, F2 and 7E. RGB value is (204,242,126). Sum of RGB (Red+Green+Blue) = 204+242+126=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27E is #330D81. Grayscale: #D9D9D9. Windows color (decimal): -3345794 or 8319692. OLE color: 8319692.

HSL color Cylindrical-coordinate representation of color #CCF27E: hue angle of 79.66º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF27E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 126 -
CMYK 0.16 0 0.48 0.05
HSL 79.66º 0.82% 0.72% -
HSV(B) 79.66º 0.48% 0.95% -
XYZ 60.42 77.85 31.58 -
YUV 217.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 204 242 126 0.16 0 0.48 0.05 79.66 0.82 0.72
Hex CC F2 7E 10 0 30 5 50 52 48
Octal 314 362 176 20 0 60 5 120 122 110
Binary 11001100 11110010 1111110 10000 0 110000 101 1010000 1010010 1001000

Color Harmonies of #CCF27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF27E

Black with #CCF27E

Text Example


Text Example

White with #CCF27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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