Html Css Color HEX #CCED8C Sulu

📋 copy color: '#CCED8C'

red 204 ◦ green 237 ◦ blue 140

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

Shades of Sulu #CCED8C

Tints of Sulu #CCED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.79%

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

R = 35.11%
G = 40.79%
B = 24.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#CCED8C (or 0xCCED8C) is known color: Sulu. HEX triplet: CC, ED and 8C. RGB value is (204,237,140). Sum of RGB (Red+Green+Blue) = 204+237+140=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED8C is #331273. Grayscale: #D8D8D8. Windows color (decimal): -3347060 or 9235916. OLE color: 9235916.

HSL color Cylindrical-coordinate representation of color #CCED8C: hue angle of 80.41º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCED8C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 140 -
CMYK 0.14 0 0.41 0.07
HSL 80.41º 0.73% 0.74% -
HSV(B) 80.41º 0.41% 0.93% -
XYZ 59.92 75.3 36.19 -
YUV 216.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 204 237 140 0.14 0 0.41 0.07 80.41 0.73 0.74
Hex CC ED 8C E 0 29 7 50 49 4A
Octal 314 355 214 16 0 51 7 120 111 112
Binary 11001100 11101101 10001100 1110 0 101001 111 1010000 1001001 1001010

Color Harmonies of #CCED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED8C

Black with #CCED8C

Text Example


Text Example

White with #CCED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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