Html Css Color HEX #CDF950 Mindaro

📋 copy color: '#CDF950'

red 205 ◦ green 249 ◦ blue 80

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

Shades of Mindaro #CDF950

Tints of Mindaro #CDF950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 38.39%
G = 46.63%
B = 14.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#CDF950 (or 0xCDF950) is known color: Mindaro. HEX triplet: CD, F9 and 50. RGB value is (205,249,80). Sum of RGB (Red+Green+Blue) = 205+249+80=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF950 is #3206AF. Grayscale: #D9D9D9. Windows color (decimal): -3278512 or 5306829. OLE color: 5306829.

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

Color convert

RGB 205 249 80 -
CMYK 0.18 0 0.68 0.02
HSL 75.62º 0.93% 0.65% -
HSV(B) 75.62º 0.68% 0.98% -
XYZ 60.5 81.31 20.1 -
YUV 216.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 205 249 80 0.18 0 0.68 0.02 75.62 0.93 0.65
Hex CD F9 50 12 0 44 2 4C 5D 41
Octal 315 371 120 22 0 104 2 114 135 101
Binary 11001101 11111001 1010000 10010 0 1000100 10 1001100 1011101 1000001

Color Harmonies of #CDF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF950

Black with #CDF950

Text Example


Text Example

White with #CDF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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