Html Css Color HEX #CDF75A Mindaro

📋 copy color: '#CDF75A'

red 205 ◦ green 247 ◦ blue 90

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

Shades of Mindaro #CDF75A

Tints of Mindaro #CDF75A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 37.82%
G = 45.57%
B = 16.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#CDF75A (or 0xCDF75A) is known color: Mindaro. HEX triplet: CD, F7 and 5A. RGB value is (205,247,90). Sum of RGB (Red+Green+Blue) = 205+247+90=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF75A is #3208A5. Grayscale: #D9D9D9. Windows color (decimal): -3279014 or 5961677. OLE color: 5961677.

HSL color Cylindrical-coordinate representation of color #CDF75A: hue angle of 76.05º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF75A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 90 -
CMYK 0.17 0 0.64 0.03
HSL 76.05º 0.91% 0.66% -
HSV(B) 76.05º 0.64% 0.97% -
XYZ 60.28 80.24 21.98 -
YUV 216.54 56.59 119.77 -
System Red Green Blue C M Y K H S L
Decimal 205 247 90 0.17 0 0.64 0.03 76.05 0.91 0.66
Hex CD F7 5A 11 0 40 3 4C 5B 42
Octal 315 367 132 21 0 100 3 114 133 102
Binary 11001101 11110111 1011010 10001 0 1000000 11 1001100 1011011 1000010

Color Harmonies of #CDF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF75A

Black with #CDF75A

Text Example


Text Example

White with #CDF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF75A; }

 p { color: rgb(205,247,90); }

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

background-color css

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

 a { background-color: rgb(205,247,90); }

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

border-color css

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

 span { border-color: rgb(205,247,90); }

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