Html Css Color HEX #CEEA7D Sulu

📋 copy color: '#CEEA7D'

red 206 ◦ green 234 ◦ blue 125

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

Shades of Sulu #CEEA7D

Tints of Sulu #CEEA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

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

R = 36.46%
G = 41.42%
B = 22.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CEEA7D (or 0xCEEA7D) is known color: Sulu. HEX triplet: CE, EA and 7D. RGB value is (206,234,125). Sum of RGB (Red+Green+Blue) = 206+234+125=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA7D is #311582. Grayscale: #D5D5D5. Windows color (decimal): -3216771 or 8252110. OLE color: 8252110.

HSL color Cylindrical-coordinate representation of color #CEEA7D: hue angle of 75.41º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEEA7D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 125 -
CMYK 0.12 0 0.47 0.08
HSL 75.41º 0.72% 0.7% -
HSV(B) 75.41º 0.47% 0.92% -
XYZ 58.58 73.45 30.49 -
YUV 213.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 206 234 125 0.12 0 0.47 0.08 75.41 0.72 0.7
Hex CE EA 7D C 0 2F 8 4B 48 46
Octal 316 352 175 14 0 57 10 113 110 106
Binary 11001110 11101010 1111101 1100 0 101111 1000 1001011 1001000 1000110

Color Harmonies of #CEEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA7D

Black with #CEEA7D

Text Example


Text Example

White with #CEEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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