Html Css Color HEX #CCF48D Sulu

📋 copy color: '#CCF48D'

red 204 ◦ green 244 ◦ blue 141

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

Shades of Sulu #CCF48D

Tints of Sulu #CCF48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 34.63%
G = 41.43%
B = 23.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CCF48D (or 0xCCF48D) is known color: Sulu. HEX triplet: CC, F4 and 8D. RGB value is (204,244,141). Sum of RGB (Red+Green+Blue) = 204+244+141=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF48D is #330B72. Grayscale: #DCDCDC. Windows color (decimal): -3345267 or 9303244. OLE color: 9303244.

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

Color convert

RGB 204 244 141 -
CMYK 0.16 0 0.42 0.04
HSL 83.3º 0.82% 0.75% -
HSV(B) 83.3º 0.42% 0.96% -
XYZ 62.06 79.46 37.27 -
YUV 220.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 204 244 141 0.16 0 0.42 0.04 83.3 0.82 0.75
Hex CC F4 8D 10 0 2A 4 53 52 4B
Octal 314 364 215 20 0 52 4 123 122 113
Binary 11001100 11110100 10001101 10000 0 101010 100 1010011 1010010 1001011

Color Harmonies of #CCF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF48D

Black with #CCF48D

Text Example


Text Example

White with #CCF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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