Html Css Color HEX #CCF08C Sulu

📋 copy color: '#CCF08C'

red 204 ◦ green 240 ◦ blue 140

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

Shades of Sulu #CCF08C

Tints of Sulu #CCF08C

RGB

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

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

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

R = 34.93%
G = 41.1%
B = 23.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CCF08C (or 0xCCF08C) is known color: Sulu. HEX triplet: CC, F0 and 8C. RGB value is (204,240,140). Sum of RGB (Red+Green+Blue) = 204+240+140=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF08C is #330F73. Grayscale: #DADADA. Windows color (decimal): -3346292 or 9236684. OLE color: 9236684.

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

Color convert

RGB 204 240 140 -
CMYK 0.15 0 0.42 0.06
HSL 81.6º 0.77% 0.75% -
HSV(B) 81.6º 0.42% 0.94% -
XYZ 60.8 77.05 36.48 -
YUV 217.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 204 240 140 0.15 0 0.42 0.06 81.6 0.77 0.75
Hex CC F0 8C F 0 2A 6 52 4D 4B
Octal 314 360 214 17 0 52 6 122 115 113
Binary 11001100 11110000 10001100 1111 0 101010 110 1010010 1001101 1001011

Color Harmonies of #CCF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF08C

Black with #CCF08C

Text Example


Text Example

White with #CCF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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