Html Css Color HEX #CDF350 Mindaro

📋 copy color: '#CDF350'

red 205 ◦ green 243 ◦ blue 80

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

Shades of Mindaro #CDF350

Tints of Mindaro #CDF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

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

R = 38.83%
G = 46.02%
B = 15.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CDF350 (or 0xCDF350) is known color: Mindaro. HEX triplet: CD, F3 and 50. RGB value is (205,243,80). Sum of RGB (Red+Green+Blue) = 205+243+80=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF350 is #320CAF. Grayscale: #D5D5D5. Windows color (decimal): -3280048 or 5305293. OLE color: 5305293.

HSL color Cylindrical-coordinate representation of color #CDF350: hue angle of 73.99º degrees, saturation: 0.87, 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 #CDF350 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 80 -
CMYK 0.16 0 0.67 0.05
HSL 73.99º 0.87% 0.63% -
HSV(B) 73.99º 0.67% 0.95% -
XYZ 58.68 77.66 19.49 -
YUV 213.06 52.91 122.25 -
System Red Green Blue C M Y K H S L
Decimal 205 243 80 0.16 0 0.67 0.05 73.99 0.87 0.63
Hex CD F3 50 10 0 43 5 4A 57 3F
Octal 315 363 120 20 0 103 5 112 127 77
Binary 11001101 11110011 1010000 10000 0 1000011 101 1001010 1010111 111111

Color Harmonies of #CDF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF350

Black with #CDF350

Text Example


Text Example

White with #CDF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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