Html Css Color HEX #CDF250 Mindaro

📋 copy color: '#CDF250'

red 205 ◦ green 242 ◦ blue 80

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

Shades of Mindaro #CDF250

Tints of Mindaro #CDF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

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

R = 38.9%
G = 45.92%
B = 15.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CDF250 (or 0xCDF250) is known color: Mindaro. HEX triplet: CD, F2 and 50. RGB value is (205,242,80). Sum of RGB (Red+Green+Blue) = 205+242+80=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF250 is #320DAF. Grayscale: #D5D5D5. Windows color (decimal): -3280304 or 5305037. OLE color: 5305037.

HSL color Cylindrical-coordinate representation of color #CDF250: hue angle of 73.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF250 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 80 -
CMYK 0.15 0 0.67 0.05
HSL 73.7º 0.86% 0.63% -
HSV(B) 73.7º 0.67% 0.95% -
XYZ 58.38 77.06 19.39 -
YUV 212.47 53.24 122.67 -
System Red Green Blue C M Y K H S L
Decimal 205 242 80 0.15 0 0.67 0.05 73.7 0.86 0.63
Hex CD F2 50 F 0 43 5 4A 56 3F
Octal 315 362 120 17 0 103 5 112 126 77
Binary 11001101 11110010 1010000 1111 0 1000011 101 1001010 1010110 111111

Color Harmonies of #CDF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF250

Black with #CDF250

Text Example


Text Example

White with #CDF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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