Html Css Color HEX #CDF962 Mindaro

📋 copy color: '#CDF962'

red 205 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #CDF962

Tints of Mindaro #CDF962

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.11%

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

R = 37.14%
G = 45.11%
B = 17.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CDF962 (or 0xCDF962) is known color: Mindaro. HEX triplet: CD, F9 and 62. RGB value is (205,249,98). Sum of RGB (Red+Green+Blue) = 205+249+98=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF962 is #32069D. Grayscale: #DBDBDB. Windows color (decimal): -3278494 or 6486477. OLE color: 6486477.

HSL color Cylindrical-coordinate representation of color #CDF962: hue angle of 77.48º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF962 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 98 -
CMYK 0.18 0 0.61 0.02
HSL 77.48º 0.93% 0.68% -
HSV(B) 77.48º 0.61% 0.98% -
XYZ 61.26 81.61 24.08 -
YUV 218.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 205 249 98 0.18 0 0.61 0.02 77.48 0.93 0.68
Hex CD F9 62 12 0 3D 2 4D 5D 44
Octal 315 371 142 22 0 75 2 115 135 104
Binary 11001101 11111001 1100010 10010 0 111101 10 1001101 1011101 1000100

Color Harmonies of #CDF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF962

Black with #CDF962

Text Example


Text Example

White with #CDF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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