Html Css Color HEX #CEE27D Sulu

📋 copy color: '#CEE27D'

red 206 ◦ green 226 ◦ blue 125

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

Shades of Sulu #CEE27D

Tints of Sulu #CEE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

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

R = 36.98%
G = 40.57%
B = 22.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#CEE27D (or 0xCEE27D) is known color: Sulu. HEX triplet: CE, E2 and 7D. RGB value is (206,226,125). Sum of RGB (Red+Green+Blue) = 206+226+125=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE27D is #311D82. Grayscale: #D0D0D0. Windows color (decimal): -3218819 or 8250062. OLE color: 8250062.

HSL color Cylindrical-coordinate representation of color #CEE27D: hue angle of 71.88º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEE27D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 125 -
CMYK 0.09 0 0.45 0.11
HSL 71.88º 0.64% 0.69% -
HSV(B) 71.88º 0.45% 0.89% -
XYZ 56.35 69 29.75 -
YUV 208.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 206 226 125 0.09 0 0.45 0.11 71.88 0.64 0.69
Hex CE E2 7D 9 0 2D B 48 40 45
Octal 316 342 175 11 0 55 13 110 100 105
Binary 11001110 11100010 1111101 1001 0 101101 1011 1001000 1000000 1000101

Color Harmonies of #CEE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE27D

Black with #CEE27D

Text Example


Text Example

White with #CEE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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