Html Css Color HEX #CDF95D Mindaro

📋 copy color: '#CDF95D'

red 205 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #CDF95D

Tints of Mindaro #CDF95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17%

R = 37.48%
G = 45.52%
B = 17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CDF95D (or 0xCDF95D) is known color: Mindaro. HEX triplet: CD, F9 and 5D. RGB value is (205,249,93). Sum of RGB (Red+Green+Blue) = 205+249+93=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF95D is #3206A2. Grayscale: #DADADA. Windows color (decimal): -3278499 or 6158797. OLE color: 6158797.

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

Color convert

RGB 205 249 93 -
CMYK 0.18 0 0.63 0.02
HSL 76.92º 0.93% 0.67% -
HSV(B) 76.92º 0.63% 0.98% -
XYZ 61.03 81.52 22.87 -
YUV 218.06 57.42 118.68 -
System Red Green Blue C M Y K H S L
Decimal 205 249 93 0.18 0 0.63 0.02 76.92 0.93 0.67
Hex CD F9 5D 12 0 3F 2 4D 5D 43
Octal 315 371 135 22 0 77 2 115 135 103
Binary 11001101 11111001 1011101 10010 0 111111 10 1001101 1011101 1000011

Color Harmonies of #CDF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF95D

Black with #CDF95D

Text Example


Text Example

White with #CDF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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