Html Css Color HEX #CDF951 Mindaro

📋 copy color: '#CDF951'

red 205 ◦ green 249 ◦ blue 81

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

Shades of Mindaro #CDF951

Tints of Mindaro #CDF951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.14%

R = 38.32%
G = 46.54%
B = 15.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#CDF951 (or 0xCDF951) is known color: Mindaro. HEX triplet: CD, F9 and 51. RGB value is (205,249,81). Sum of RGB (Red+Green+Blue) = 205+249+81=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF951 is #3206AE. Grayscale: #D9D9D9. Windows color (decimal): -3278511 or 5372365. OLE color: 5372365.

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

Color convert

RGB 205 249 81 -
CMYK 0.18 0 0.67 0.02
HSL 75.71º 0.93% 0.65% -
HSV(B) 75.71º 0.67% 0.98% -
XYZ 60.54 81.32 20.29 -
YUV 216.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 205 249 81 0.18 0 0.67 0.02 75.71 0.93 0.65
Hex CD F9 51 12 0 43 2 4C 5D 41
Octal 315 371 121 22 0 103 2 114 135 101
Binary 11001101 11111001 1010001 10010 0 1000011 10 1001100 1011101 1000001

Color Harmonies of #CDF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF951

Black with #CDF951

Text Example


Text Example

White with #CDF951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF951; }

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

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

background-color css

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

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

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

border-color css

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

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

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