Html Css Color HEX #CCEF8A Sulu

📋 copy color: '#CCEF8A'

red 204 ◦ green 239 ◦ blue 138

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

Shades of Sulu #CCEF8A

Tints of Sulu #CCEF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.75%

R = 35.11%
G = 41.14%
B = 23.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CCEF8A (or 0xCCEF8A) is known color: Sulu. HEX triplet: CC, EF and 8A. RGB value is (204,239,138). Sum of RGB (Red+Green+Blue) = 204+239+138=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF8A is #331075. Grayscale: #D9D9D9. Windows color (decimal): -3346550 or 9105356. OLE color: 9105356.

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

Color convert

RGB 204 239 138 -
CMYK 0.15 0 0.42 0.06
HSL 80.79º 0.76% 0.74% -
HSV(B) 80.79º 0.42% 0.94% -
XYZ 60.36 76.41 35.61 -
YUV 217.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 204 239 138 0.15 0 0.42 0.06 80.79 0.76 0.74
Hex CC EF 8A F 0 2A 6 51 4C 4A
Octal 314 357 212 17 0 52 6 121 114 112
Binary 11001100 11101111 10001010 1111 0 101010 110 1010001 1001100 1001010

Color Harmonies of #CCEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF8A

Black with #CCEF8A

Text Example


Text Example

White with #CCEF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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