Html Css Color HEX #CCF47C Sulu

📋 copy color: '#CCF47C'

red 204 ◦ green 244 ◦ blue 124

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

Shades of Sulu #CCF47C

Tints of Sulu #CCF47C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.66%

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

R = 35.66%
G = 42.66%
B = 21.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#CCF47C (or 0xCCF47C) is known color: Sulu. HEX triplet: CC, F4 and 7C. RGB value is (204,244,124). Sum of RGB (Red+Green+Blue) = 204+244+124=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF47C is #330B83. Grayscale: #DADADA. Windows color (decimal): -3345284 or 8189132. OLE color: 8189132.

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

Color convert

RGB 204 244 124 -
CMYK 0.16 0 0.49 0.04
HSL 80º 0.85% 0.72% -
HSV(B) 80º 0.49% 0.96% -
XYZ 60.89 78.99 31.11 -
YUV 218.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 204 244 124 0.16 0 0.49 0.04 80 0.85 0.72
Hex CC F4 7C 10 0 31 4 50 55 48
Octal 314 364 174 20 0 61 4 120 125 110
Binary 11001100 11110100 1111100 10000 0 110001 100 1010000 1010101 1001000

Color Harmonies of #CCF47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF47C

Black with #CCF47C

Text Example


Text Example

White with #CCF47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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