Html Css Color HEX #CEE17C Sulu

📋 copy color: '#CEE17C'

red 206 ◦ green 225 ◦ blue 124

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

Shades of Sulu #CEE17C

Tints of Sulu #CEE17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.54%

 BLUE value IS 124 (48.83% from 255) = 22.34%

R = 37.12%
G = 40.54%
B = 22.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#CEE17C (or 0xCEE17C) is known color: Sulu. HEX triplet: CE, E1 and 7C. RGB value is (206,225,124). Sum of RGB (Red+Green+Blue) = 206+225+124=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE17C is #311E83. Grayscale: #D0D0D0. Windows color (decimal): -3219076 or 8184270. OLE color: 8184270.

HSL color Cylindrical-coordinate representation of color #CEE17C: hue angle of 71.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEE17C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 124 -
CMYK 0.08 0 0.45 0.12
HSL 71.29º 0.63% 0.68% -
HSV(B) 71.29º 0.45% 0.88% -
XYZ 56.02 68.43 29.32 -
YUV 207.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 206 225 124 0.08 0 0.45 0.12 71.29 0.63 0.68
Hex CE E1 7C 8 0 2D C 47 3F 44
Octal 316 341 174 10 0 55 14 107 77 104
Binary 11001110 11100001 1111100 1000 0 101101 1100 1000111 111111 1000100

Color Harmonies of #CEE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE17C

Black with #CEE17C

Text Example


Text Example

White with #CEE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE17C; }

 p { color: rgb(206,225,124); }

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

background-color css

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

 a { background-color: rgb(206,225,124); }

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

border-color css

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

 span { border-color: rgb(206,225,124); }

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