Html Css Color HEX #CEDF62 Mindaro

📋 copy color: '#CEDF62'

red 206 ◦ green 223 ◦ blue 98

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

Shades of Mindaro #CEDF62

Tints of Mindaro #CEDF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 39.09%
G = 42.31%
B = 18.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CEDF62 (or 0xCEDF62) is known color: Mindaro. HEX triplet: CE, DF and 62. RGB value is (206,223,98). Sum of RGB (Red+Green+Blue) = 206+223+98=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF62 is #31209D. Grayscale: #CCCCCC. Windows color (decimal): -3219614 or 6479822. OLE color: 6479822.

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

Color convert

RGB 206 223 98 -
CMYK 0.08 0 0.56 0.13
HSL 68.16º 0.66% 0.63% -
HSV(B) 68.16º 0.56% 0.87% -
XYZ 54.05 66.78 21.6 -
YUV 203.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 206 223 98 0.08 0 0.56 0.13 68.16 0.66 0.63
Hex CE DF 62 8 0 38 D 44 42 3F
Octal 316 337 142 10 0 70 15 104 102 77
Binary 11001110 11011111 1100010 1000 0 111000 1101 1000100 1000010 111111

Color Harmonies of #CEDF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF62

Black with #CEDF62

Text Example


Text Example

White with #CEDF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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