Html Css Color HEX #CCF27C Sulu

📋 copy color: '#CCF27C'

red 204 ◦ green 242 ◦ blue 124

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

Shades of Sulu #CCF27C

Tints of Sulu #CCF27C

RGB

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

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

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

R = 35.79%
G = 42.46%
B = 21.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#CCF27C (or 0xCCF27C) is known color: Sulu. HEX triplet: CC, F2 and 7C. RGB value is (204,242,124). Sum of RGB (Red+Green+Blue) = 204+242+124=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27C is #330D83. Grayscale: #D9D9D9. Windows color (decimal): -3345796 or 8188620. OLE color: 8188620.

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

Color convert

RGB 204 242 124 -
CMYK 0.16 0 0.49 0.05
HSL 79.32º 0.82% 0.72% -
HSV(B) 79.32º 0.49% 0.95% -
XYZ 60.29 77.8 30.91 -
YUV 217.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 204 242 124 0.16 0 0.49 0.05 79.32 0.82 0.72
Hex CC F2 7C 10 0 31 5 4F 52 48
Octal 314 362 174 20 0 61 5 117 122 110
Binary 11001100 11110010 1111100 10000 0 110001 101 1001111 1010010 1001000

Color Harmonies of #CCF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF27C

Black with #CCF27C

Text Example


Text Example

White with #CCF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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