Html Css Color HEX #CEDF7D Sulu

📋 copy color: '#CEDF7D'

red 206 ◦ green 223 ◦ blue 125

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

Shades of Sulu #CEDF7D

Tints of Sulu #CEDF7D

RGB

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

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

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

R = 37.18%
G = 40.25%
B = 22.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#CEDF7D (or 0xCEDF7D) is known color: Sulu. HEX triplet: CE, DF and 7D. RGB value is (206,223,125). Sum of RGB (Red+Green+Blue) = 206+223+125=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF7D is #312082. Grayscale: #CFCFCF. Windows color (decimal): -3219587 or 8249294. OLE color: 8249294.

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

Color convert

RGB 206 223 125 -
CMYK 0.08 0 0.44 0.13
HSL 70.41º 0.6% 0.68% -
HSV(B) 70.41º 0.44% 0.87% -
XYZ 55.54 67.38 29.48 -
YUV 206.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 206 223 125 0.08 0 0.44 0.13 70.41 0.6 0.68
Hex CE DF 7D 8 0 2C D 46 3C 44
Octal 316 337 175 10 0 54 15 106 74 104
Binary 11001110 11011111 1111101 1000 0 101100 1101 1000110 111100 1000100

Color Harmonies of #CEDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF7D

Black with #CEDF7D

Text Example


Text Example

White with #CEDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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