Html Css Color HEX #CCEF8C Sulu

📋 copy color: '#CCEF8C'

red 204 ◦ green 239 ◦ blue 140

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

Shades of Sulu #CCEF8C

Tints of Sulu #CCEF8C

RGB

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

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

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

R = 34.99%
G = 40.99%
B = 24.01%

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

#CCEF8C (or 0xCCEF8C) is known color: Sulu. HEX triplet: CC, EF and 8C. RGB value is (204,239,140). Sum of RGB (Red+Green+Blue) = 204+239+140=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF8C is #331073. Grayscale: #D9D9D9. Windows color (decimal): -3346548 or 9236428. OLE color: 9236428.

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

Color convert

RGB 204 239 140 -
CMYK 0.15 0 0.41 0.06
HSL 81.21º 0.76% 0.74% -
HSV(B) 81.21º 0.41% 0.94% -
XYZ 60.5 76.46 36.38 -
YUV 217.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 204 239 140 0.15 0 0.41 0.06 81.21 0.76 0.74
Hex CC EF 8C F 0 29 6 51 4C 4A
Octal 314 357 214 17 0 51 6 121 114 112
Binary 11001100 11101111 10001100 1111 0 101001 110 1010001 1001100 1001010

Color Harmonies of #CCEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF8C

Black with #CCEF8C

Text Example


Text Example

White with #CCEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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