Html Css Color HEX #CCED8B Sulu

📋 copy color: '#CCED8B'

red 204 ◦ green 237 ◦ blue 139

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

Shades of Sulu #CCED8B

Tints of Sulu #CCED8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.97%

R = 35.17%
G = 40.86%
B = 23.97%

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

#CCED8B (or 0xCCED8B) is known color: Sulu. HEX triplet: CC, ED and 8B. RGB value is (204,237,139). Sum of RGB (Red+Green+Blue) = 204+237+139=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED8B is #331274. Grayscale: #D8D8D8. Windows color (decimal): -3347061 or 9170380. OLE color: 9170380.

HSL color Cylindrical-coordinate representation of color #CCED8B: hue angle of 80.2º 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 #CCED8B is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 139 -
CMYK 0.14 0 0.41 0.07
HSL 80.2º 0.73% 0.74% -
HSV(B) 80.2º 0.41% 0.93% -
XYZ 59.85 75.27 35.8 -
YUV 215.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 204 237 139 0.14 0 0.41 0.07 80.2 0.73 0.74
Hex CC ED 8B E 0 29 7 50 49 4A
Octal 314 355 213 16 0 51 7 120 111 112
Binary 11001100 11101101 10001011 1110 0 101001 111 1010000 1001001 1001010

Color Harmonies of #CCED8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED8B

Black with #CCED8B

Text Example


Text Example

White with #CCED8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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