Html Css Color HEX #CDF963 Mindaro

📋 copy color: '#CDF963'

red 205 ◦ green 249 ◦ blue 99

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

Shades of Mindaro #CDF963

Tints of Mindaro #CDF963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.9%

R = 37.07%
G = 45.03%
B = 17.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#CDF963 (or 0xCDF963) is known color: Mindaro. HEX triplet: CD, F9 and 63. RGB value is (205,249,99). Sum of RGB (Red+Green+Blue) = 205+249+99=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF963 is #32069C. Grayscale: #DBDBDB. Windows color (decimal): -3278493 or 6552013. OLE color: 6552013.

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

Color convert

RGB 205 249 99 -
CMYK 0.18 0 0.60 0.02
HSL 77.6º 0.93% 0.68% -
HSV(B) 77.6º 0.6% 0.98% -
XYZ 61.3 81.63 24.33 -
YUV 218.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 205 249 99 0.18 0 0.60 0.02 77.6 0.93 0.68
Hex CD F9 63 12 0 3C 2 4E 5D 44
Octal 315 371 143 22 0 74 2 116 135 104
Binary 11001101 11111001 1100011 10010 0 111100 10 1001110 1011101 1000100

Color Harmonies of #CDF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF963

Black with #CDF963

Text Example


Text Example

White with #CDF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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