Html Css Color HEX #CEE17D Sulu

📋 copy color: '#CEE17D'

red 206 ◦ green 225 ◦ blue 125

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

Shades of Sulu #CEE17D

Tints of Sulu #CEE17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.48%

R = 37.05%
G = 40.47%
B = 22.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#CEE17D (or 0xCEE17D) is known color: Sulu. HEX triplet: CE, E1 and 7D. RGB value is (206,225,125). Sum of RGB (Red+Green+Blue) = 206+225+125=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE17D is #311E82. Grayscale: #D0D0D0. Windows color (decimal): -3219075 or 8249806. OLE color: 8249806.

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

Color convert

RGB 206 225 125 -
CMYK 0.08 0 0.44 0.12
HSL 71.4º 0.63% 0.69% -
HSV(B) 71.4º 0.44% 0.88% -
XYZ 56.08 68.45 29.66 -
YUV 207.92 81.21 126.63 -
System Red Green Blue C M Y K H S L
Decimal 206 225 125 0.08 0 0.44 0.12 71.4 0.63 0.69
Hex CE E1 7D 8 0 2C C 47 3E 45
Octal 316 341 175 10 0 54 14 107 76 105
Binary 11001110 11100001 1111101 1000 0 101100 1100 1000111 111110 1000101

Color Harmonies of #CEE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE17D

Black with #CEE17D

Text Example


Text Example

White with #CEE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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