Html Css Color HEX #CCEF86 Sulu

📋 copy color: '#CCEF86'

red 204 ◦ green 239 ◦ blue 134

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

Shades of Sulu #CCEF86

Tints of Sulu #CCEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 134 (52.73% from 255) = 23.22%

R = 35.36%
G = 41.42%
B = 23.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#CCEF86 (or 0xCCEF86) is known color: Sulu. HEX triplet: CC, EF and 86. RGB value is (204,239,134). Sum of RGB (Red+Green+Blue) = 204+239+134=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF86 is #331079. Grayscale: #D8D8D8. Windows color (decimal): -3346554 or 8843212. OLE color: 8843212.

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

Color convert

RGB 204 239 134 -
CMYK 0.15 0 0.44 0.06
HSL 80º 0.77% 0.73% -
HSV(B) 80º 0.44% 0.94% -
XYZ 60.07 76.29 34.11 -
YUV 216.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 204 239 134 0.15 0 0.44 0.06 80 0.77 0.73
Hex CC EF 86 F 0 2C 6 50 4D 49
Octal 314 357 206 17 0 54 6 120 115 111
Binary 11001100 11101111 10000110 1111 0 101100 110 1010000 1001101 1001001

Color Harmonies of #CCEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF86

Black with #CCEF86

Text Example


Text Example

White with #CCEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF86; }

 p { color: rgb(204,239,134); }

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

background-color css

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

 a { background-color: rgb(204,239,134); }

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

border-color css

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

 span { border-color: rgb(204,239,134); }

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