Html Css Color HEX #CEDF90 Sulu

📋 copy color: '#CEDF90'

red 206 ◦ green 223 ◦ blue 144

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

Shades of Sulu #CEDF90

Tints of Sulu #CEDF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 35.95%
G = 38.92%
B = 25.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#CEDF90 (or 0xCEDF90) is known color: Sulu. HEX triplet: CE, DF and 90. RGB value is (206,223,144). Sum of RGB (Red+Green+Blue) = 206+223+144=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF90 is #31206F. Grayscale: #D1D1D1. Windows color (decimal): -3219568 or 9494478. OLE color: 9494478.

HSL color Cylindrical-coordinate representation of color #CEDF90: hue angle of 72.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDF90 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 144 -
CMYK 0.08 0 0.35 0.13
HSL 72.91º 0.55% 0.72% -
HSV(B) 72.91º 0.35% 0.87% -
XYZ 56.88 67.91 36.5 -
YUV 208.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 206 223 144 0.08 0 0.35 0.13 72.91 0.55 0.72
Hex CE DF 90 8 0 23 D 49 37 48
Octal 316 337 220 10 0 43 15 111 67 110
Binary 11001110 11011111 10010000 1000 0 100011 1101 1001001 110111 1001000

Color Harmonies of #CEDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF90

Black with #CEDF90

Text Example


Text Example

White with #CEDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF90; }

 p { color: rgb(206,223,144); }

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

background-color css

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

 a { background-color: rgb(206,223,144); }

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

border-color css

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

 span { border-color: rgb(206,223,144); }

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