Html Css Color HEX #CEDE62 Mindaro

📋 copy color: '#CEDE62'

red 206 ◦ green 222 ◦ blue 98

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

Shades of Mindaro #CEDE62

Tints of Mindaro #CEDE62

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

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

R = 39.16%
G = 42.21%
B = 18.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CEDE62 (or 0xCEDE62) is known color: Mindaro. HEX triplet: CE, DE and 62. RGB value is (206,222,98). Sum of RGB (Red+Green+Blue) = 206+222+98=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE62 is #31219D. Grayscale: #CBCBCB. Windows color (decimal): -3219870 or 6479566. OLE color: 6479566.

HSL color Cylindrical-coordinate representation of color #CEDE62: hue angle of 67.74º degrees, saturation: 0.65, 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 #CEDE62 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 98 -
CMYK 0.07 0 0.56 0.13
HSL 67.74º 0.65% 0.63% -
HSV(B) 67.74º 0.56% 0.87% -
XYZ 53.78 66.25 21.51 -
YUV 203.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 206 222 98 0.07 0 0.56 0.13 67.74 0.65 0.63
Hex CE DE 62 7 0 38 D 44 41 3F
Octal 316 336 142 7 0 70 15 104 101 77
Binary 11001110 11011110 1100010 111 0 111000 1101 1000100 1000001 111111

Color Harmonies of #CEDE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE62

Black with #CEDE62

Text Example


Text Example

White with #CEDE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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