Html Css Color HEX #CCF48C Sulu

📋 copy color: '#CCF48C'

red 204 ◦ green 244 ◦ blue 140

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

Shades of Sulu #CCF48C

Tints of Sulu #CCF48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 34.69%
G = 41.5%
B = 23.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#CCF48C (or 0xCCF48C) is known color: Sulu. HEX triplet: CC, F4 and 8C. RGB value is (204,244,140). Sum of RGB (Red+Green+Blue) = 204+244+140=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF48C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF48C is #330B73. Grayscale: #DCDCDC. Windows color (decimal): -3345268 or 9237708. OLE color: 9237708.

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

Color convert

RGB 204 244 140 -
CMYK 0.16 0 0.43 0.04
HSL 83.08º 0.83% 0.75% -
HSV(B) 83.08º 0.43% 0.96% -
XYZ 61.99 79.43 36.88 -
YUV 220.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 204 244 140 0.16 0 0.43 0.04 83.08 0.83 0.75
Hex CC F4 8C 10 0 2B 4 53 53 4B
Octal 314 364 214 20 0 53 4 123 123 113
Binary 11001100 11110100 10001100 10000 0 101011 100 1010011 1010011 1001011

Color Harmonies of #CCF48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF48C

Black with #CCF48C

Text Example


Text Example

White with #CCF48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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