Html Css Color HEX #CCEF8D Sulu

📋 copy color: '#CCEF8D'

red 204 ◦ green 239 ◦ blue 141

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

Shades of Sulu #CCEF8D

Tints of Sulu #CCEF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.14%

R = 34.93%
G = 40.92%
B = 24.14%

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

#CCEF8D (or 0xCCEF8D) is known color: Sulu. HEX triplet: CC, EF and 8D. RGB value is (204,239,141). Sum of RGB (Red+Green+Blue) = 204+239+141=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF8D is #331072. Grayscale: #D9D9D9. Windows color (decimal): -3346547 or 9301964. OLE color: 9301964.

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

Color convert

RGB 204 239 141 -
CMYK 0.15 0 0.41 0.06
HSL 81.43º 0.75% 0.75% -
HSV(B) 81.43º 0.41% 0.94% -
XYZ 60.58 76.49 36.77 -
YUV 217.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 204 239 141 0.15 0 0.41 0.06 81.43 0.75 0.75
Hex CC EF 8D F 0 29 6 51 4B 4B
Octal 314 357 215 17 0 51 6 121 113 113
Binary 11001100 11101111 10001101 1111 0 101001 110 1010001 1001011 1001011

Color Harmonies of #CCEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF8D

Black with #CCEF8D

Text Example


Text Example

White with #CCEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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