Html Css Color HEX #CEDF73 Mindaro

📋 copy color: '#CEDF73'

red 206 ◦ green 223 ◦ blue 115

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

Shades of Mindaro #CEDF73

Tints of Mindaro #CEDF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 37.87%
G = 40.99%
B = 21.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CEDF73 (or 0xCEDF73) is known color: Mindaro. HEX triplet: CE, DF and 73. RGB value is (206,223,115). Sum of RGB (Red+Green+Blue) = 206+223+115=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF73 is #31208C. Grayscale: #CECECE. Windows color (decimal): -3219597 or 7593934. OLE color: 7593934.

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

Color convert

RGB 206 223 115 -
CMYK 0.08 0 0.48 0.13
HSL 69.44º 0.63% 0.66% -
HSV(B) 69.44º 0.48% 0.87% -
XYZ 54.94 67.13 26.28 -
YUV 205.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 206 223 115 0.08 0 0.48 0.13 69.44 0.63 0.66
Hex CE DF 73 8 0 30 D 45 3F 42
Octal 316 337 163 10 0 60 15 105 77 102
Binary 11001110 11011111 1110011 1000 0 110000 1101 1000101 111111 1000010

Color Harmonies of #CEDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF73

Black with #CEDF73

Text Example


Text Example

White with #CEDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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