Html Css Color HEX #CCED8D Sulu

📋 copy color: '#CCED8D'

red 204 ◦ green 237 ◦ blue 141

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

Shades of Sulu #CCED8D

Tints of Sulu #CCED8D

RGB

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

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

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

R = 35.05%
G = 40.72%
B = 24.23%

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

#CCED8D (or 0xCCED8D) is known color: Sulu. HEX triplet: CC, ED and 8D. RGB value is (204,237,141). Sum of RGB (Red+Green+Blue) = 204+237+141=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED8D is #331272. Grayscale: #D8D8D8. Windows color (decimal): -3347059 or 9301452. OLE color: 9301452.

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

Color convert

RGB 204 237 141 -
CMYK 0.14 0 0.41 0.07
HSL 80.63º 0.73% 0.74% -
HSV(B) 80.63º 0.41% 0.93% -
XYZ 59.99 75.33 36.58 -
YUV 216.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 204 237 141 0.14 0 0.41 0.07 80.63 0.73 0.74
Hex CC ED 8D E 0 29 7 51 49 4A
Octal 314 355 215 16 0 51 7 121 111 112
Binary 11001100 11101101 10001101 1110 0 101001 111 1010001 1001001 1001010

Color Harmonies of #CCED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED8D

Black with #CCED8D

Text Example


Text Example

White with #CCED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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