Html Css Color HEX #CCF088 Sulu

📋 copy color: '#CCF088'

red 204 ◦ green 240 ◦ blue 136

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

Shades of Sulu #CCF088

Tints of Sulu #CCF088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.45%

R = 35.17%
G = 41.38%
B = 23.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#CCF088 (or 0xCCF088) is known color: Sulu. HEX triplet: CC, F0 and 88. RGB value is (204,240,136). Sum of RGB (Red+Green+Blue) = 204+240+136=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF088 is #330F77. Grayscale: #D9D9D9. Windows color (decimal): -3346296 or 8974540. OLE color: 8974540.

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

Color convert

RGB 204 240 136 -
CMYK 0.15 0 0.43 0.06
HSL 80.77º 0.78% 0.74% -
HSV(B) 80.77º 0.43% 0.94% -
XYZ 60.51 76.94 34.95 -
YUV 217.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 204 240 136 0.15 0 0.43 0.06 80.77 0.78 0.74
Hex CC F0 88 F 0 2B 6 51 4E 4A
Octal 314 360 210 17 0 53 6 121 116 112
Binary 11001100 11110000 10001000 1111 0 101011 110 1010001 1001110 1001010

Color Harmonies of #CCF088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF088

Black with #CCF088

Text Example


Text Example

White with #CCF088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF088; }

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

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

background-color css

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

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

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

border-color css

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

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

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