Html Css Color HEX #CCEF85 Sulu

📋 copy color: '#CCEF85'

red 204 ◦ green 239 ◦ blue 133

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

Shades of Sulu #CCEF85

Tints of Sulu #CCEF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.09%

R = 35.42%
G = 41.49%
B = 23.09%

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

#CCEF85 (or 0xCCEF85) is known color: Sulu. HEX triplet: CC, EF and 85. RGB value is (204,239,133). Sum of RGB (Red+Green+Blue) = 204+239+133=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF85 is #33107A. Grayscale: #D8D8D8. Windows color (decimal): -3346555 or 8777676. OLE color: 8777676.

HSL color Cylindrical-coordinate representation of color #CCEF85: hue angle of 79.81º 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 #CCEF85 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 133 -
CMYK 0.15 0 0.44 0.06
HSL 79.81º 0.77% 0.73% -
HSV(B) 79.81º 0.44% 0.94% -
XYZ 60 76.26 33.75 -
YUV 216.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 204 239 133 0.15 0 0.44 0.06 79.81 0.77 0.73
Hex CC EF 85 F 0 2C 6 50 4D 49
Octal 314 357 205 17 0 54 6 120 115 111
Binary 11001100 11101111 10000101 1111 0 101100 110 1010000 1001101 1001001

Color Harmonies of #CCEF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF85

Black with #CCEF85

Text Example


Text Example

White with #CCEF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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