Html Css Color HEX #CDE462 Mindaro

📋 copy color: '#CDE462'

red 205 ◦ green 228 ◦ blue 98

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

Shades of Mindaro #CDE462

Tints of Mindaro #CDE462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

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

R = 38.61%
G = 42.94%
B = 18.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CDE462 (or 0xCDE462) is known color: Mindaro. HEX triplet: CD, E4 and 62. RGB value is (205,228,98). Sum of RGB (Red+Green+Blue) = 205+228+98=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE462 is #321B9D. Grayscale: #CECECE. Windows color (decimal): -3283870 or 6481101. OLE color: 6481101.

HSL color Cylindrical-coordinate representation of color #CDE462: hue angle of 70.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE462 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 98 -
CMYK 0.10 0 0.57 0.11
HSL 70.62º 0.71% 0.64% -
HSV(B) 70.62º 0.57% 0.89% -
XYZ 55.12 69.35 22.04 -
YUV 206.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 205 228 98 0.10 0 0.57 0.11 70.62 0.71 0.64
Hex CD E4 62 A 0 39 B 47 47 40
Octal 315 344 142 12 0 71 13 107 107 100
Binary 11001101 11100100 1100010 1010 0 111001 1011 1000111 1000111 1000000

Color Harmonies of #CDE462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE462

Black with #CDE462

Text Example


Text Example

White with #CDE462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE462; }

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

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

background-color css

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

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

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

border-color css

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

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

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