Html Css Color HEX #CCF08D Sulu

📋 copy color: '#CCF08D'

red 204 ◦ green 240 ◦ blue 141

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

Shades of Sulu #CCF08D

Tints of Sulu #CCF08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 34.87%
G = 41.03%
B = 24.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#CCF08D (or 0xCCF08D) is known color: Sulu. HEX triplet: CC, F0 and 8D. RGB value is (204,240,141). Sum of RGB (Red+Green+Blue) = 204+240+141=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF08D is #330F72. Grayscale: #DADADA. Windows color (decimal): -3346291 or 9302220. OLE color: 9302220.

HSL color Cylindrical-coordinate representation of color #CCF08D: hue angle of 81.82º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF08D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 141 -
CMYK 0.15 0 0.41 0.06
HSL 81.82º 0.77% 0.75% -
HSV(B) 81.82º 0.41% 0.94% -
XYZ 60.87 77.08 36.87 -
YUV 217.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 204 240 141 0.15 0 0.41 0.06 81.82 0.77 0.75
Hex CC F0 8D F 0 29 6 52 4D 4B
Octal 314 360 215 17 0 51 6 122 115 113
Binary 11001100 11110000 10001101 1111 0 101001 110 1010010 1001101 1001011

Color Harmonies of #CCF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF08D

Black with #CCF08D

Text Example


Text Example

White with #CCF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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