Html Css Color HEX #CDE762 Mindaro

📋 copy color: '#CDE762'

red 205 ◦ green 231 ◦ blue 98

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

Shades of Mindaro #CDE762

Tints of Mindaro #CDE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.26%

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

R = 38.39%
G = 43.26%
B = 18.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CDE762 (or 0xCDE762) is known color: Mindaro. HEX triplet: CD, E7 and 62. RGB value is (205,231,98). Sum of RGB (Red+Green+Blue) = 205+231+98=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE762 is #32189D. Grayscale: #D0D0D0. Windows color (decimal): -3283102 or 6481869. OLE color: 6481869.

HSL color Cylindrical-coordinate representation of color #CDE762: hue angle of 71.73º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDE762 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 231 98 -
CMYK 0.11 0 0.58 0.09
HSL 71.73º 0.73% 0.65% -
HSV(B) 71.73º 0.58% 0.91% -
XYZ 55.96 71.01 22.31 -
YUV 208.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 205 231 98 0.11 0 0.58 0.09 71.73 0.73 0.65
Hex CD E7 62 B 0 3A 9 48 49 41
Octal 315 347 142 13 0 72 11 110 111 101
Binary 11001101 11100111 1100010 1011 0 111010 1001 1001000 1001001 1000001

Color Harmonies of #CDE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE762

Black with #CDE762

Text Example


Text Example

White with #CDE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE762; }

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

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

background-color css

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

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

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

border-color css

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

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

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