Html Css Color HEX #CCED7B Sulu

📋 copy color: '#CCED7B'

red 204 ◦ green 237 ◦ blue 123

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

Shades of Sulu #CCED7B

Tints of Sulu #CCED7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.81%

R = 36.17%
G = 42.02%
B = 21.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#CCED7B (or 0xCCED7B) is known color: Sulu. HEX triplet: CC, ED and 7B. RGB value is (204,237,123). Sum of RGB (Red+Green+Blue) = 204+237+123=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED7B is #331284. Grayscale: #D6D6D6. Windows color (decimal): -3347077 or 8121804. OLE color: 8121804.

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

Color convert

RGB 204 237 123 -
CMYK 0.14 0 0.48 0.07
HSL 77.37º 0.76% 0.71% -
HSV(B) 77.37º 0.48% 0.93% -
XYZ 58.76 74.84 30.09 -
YUV 214.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 204 237 123 0.14 0 0.48 0.07 77.37 0.76 0.71
Hex CC ED 7B E 0 30 7 4D 4C 47
Octal 314 355 173 16 0 60 7 115 114 107
Binary 11001100 11101101 1111011 1110 0 110000 111 1001101 1001100 1000111

Color Harmonies of #CCED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED7B

Black with #CCED7B

Text Example


Text Example

White with #CCED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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