Html Css Color HEX #CEED7E Sulu

📋 copy color: '#CEED7E'

red 206 ◦ green 237 ◦ blue 126

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

Shades of Sulu #CEED7E

Tints of Sulu #CEED7E

RGB

 RED value IS 206 (80.86% from 255) = 36.2%

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

 BLUE value IS 126 (49.61% from 255) = 22.14%

R = 36.2%
G = 41.65%
B = 22.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#CEED7E (or 0xCEED7E) is known color: Sulu. HEX triplet: CE, ED and 7E. RGB value is (206,237,126). Sum of RGB (Red+Green+Blue) = 206+237+126=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED7E is #311281. Grayscale: #D7D7D7. Windows color (decimal): -3216002 or 8318414. OLE color: 8318414.

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

Color convert

RGB 206 237 126 -
CMYK 0.13 0 0.47 0.07
HSL 76.76º 0.76% 0.71% -
HSV(B) 76.76º 0.47% 0.93% -
XYZ 59.5 75.2 31.12 -
YUV 215.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 206 237 126 0.13 0 0.47 0.07 76.76 0.76 0.71
Hex CE ED 7E D 0 2F 7 4D 4C 47
Octal 316 355 176 15 0 57 7 115 114 107
Binary 11001110 11101101 1111110 1101 0 101111 111 1001101 1001100 1000111

Color Harmonies of #CEED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED7E

Black with #CEED7E

Text Example


Text Example

White with #CEED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED7E; }

 p { color: rgb(206,237,126); }

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

background-color css

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

 a { background-color: rgb(206,237,126); }

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

border-color css

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

 span { border-color: rgb(206,237,126); }

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