Html Css Color HEX #CDE962 Mindaro

📋 copy color: '#CDE962'

red 205 ◦ green 233 ◦ blue 98

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

Shades of Mindaro #CDE962

Tints of Mindaro #CDE962

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

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

R = 38.25%
G = 43.47%
B = 18.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CDE962 (or 0xCDE962) is known color: Mindaro. HEX triplet: CD, E9 and 62. RGB value is (205,233,98). Sum of RGB (Red+Green+Blue) = 205+233+98=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE962 is #32169D. Grayscale: #D1D1D1. Windows color (decimal): -3282590 or 6482381. OLE color: 6482381.

HSL color Cylindrical-coordinate representation of color #CDE962: hue angle of 72.44º degrees, saturation: 0.75, 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 #CDE962 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 98 -
CMYK 0.12 0 0.58 0.09
HSL 72.44º 0.75% 0.65% -
HSV(B) 72.44º 0.58% 0.91% -
XYZ 56.52 72.14 22.5 -
YUV 209.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 205 233 98 0.12 0 0.58 0.09 72.44 0.75 0.65
Hex CD E9 62 C 0 3A 9 48 4B 41
Octal 315 351 142 14 0 72 11 110 113 101
Binary 11001101 11101001 1100010 1100 0 111010 1001 1001000 1001011 1000001

Color Harmonies of #CDE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE962

Black with #CDE962

Text Example


Text Example

White with #CDE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE962; }

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

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

background-color css

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

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

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

border-color css

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

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

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