Html Css Color HEX #CDE062 Mindaro

📋 copy color: '#CDE062'

red 205 ◦ green 224 ◦ blue 98

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

Shades of Mindaro #CDE062

Tints of Mindaro #CDE062

RGB

 RED value IS 205 (80.47% from 255) = 38.9%

 GREEN value IS 224 (87.89% from 255) = 42.5%

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

R = 38.9%
G = 42.5%
B = 18.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CDE062 (or 0xCDE062) is known color: Mindaro. HEX triplet: CD, E0 and 62. RGB value is (205,224,98). Sum of RGB (Red+Green+Blue) = 205+224+98=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE062 is #321F9D. Grayscale: #CCCCCC. Windows color (decimal): -3284894 or 6480077. OLE color: 6480077.

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

Color convert

RGB 205 224 98 -
CMYK 0.08 0 0.56 0.12
HSL 69.05º 0.67% 0.63% -
HSV(B) 69.05º 0.56% 0.88% -
XYZ 54.04 67.17 21.67 -
YUV 203.96 68.21 128.75 -
System Red Green Blue C M Y K H S L
Decimal 205 224 98 0.08 0 0.56 0.12 69.05 0.67 0.63
Hex CD E0 62 8 0 38 C 45 43 3F
Octal 315 340 142 10 0 70 14 105 103 77
Binary 11001101 11100000 1100010 1000 0 111000 1100 1000101 1000011 111111

Color Harmonies of #CDE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE062

Black with #CDE062

Text Example


Text Example

White with #CDE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE062; }

 p { color: rgb(205,224,98); }

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

background-color css

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

 a { background-color: rgb(205,224,98); }

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

border-color css

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

 span { border-color: rgb(205,224,98); }

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