Html Css Color HEX #CDF95E Mindaro

📋 copy color: '#CDF95E'

red 205 ◦ green 249 ◦ blue 94

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

Shades of Mindaro #CDF95E

Tints of Mindaro #CDF95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.15%

R = 37.41%
G = 45.44%
B = 17.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#CDF95E (or 0xCDF95E) is known color: Mindaro. HEX triplet: CD, F9 and 5E. RGB value is (205,249,94). Sum of RGB (Red+Green+Blue) = 205+249+94=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF95E is #3206A1. Grayscale: #DADADA. Windows color (decimal): -3278498 or 6224333. OLE color: 6224333.

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

Color convert

RGB 205 249 94 -
CMYK 0.18 0 0.62 0.02
HSL 77.03º 0.93% 0.67% -
HSV(B) 77.03º 0.62% 0.98% -
XYZ 61.07 81.54 23.11 -
YUV 218.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 205 249 94 0.18 0 0.62 0.02 77.03 0.93 0.67
Hex CD F9 5E 12 0 3E 2 4D 5D 43
Octal 315 371 136 22 0 76 2 115 135 103
Binary 11001101 11111001 1011110 10010 0 111110 10 1001101 1011101 1000011

Color Harmonies of #CDF95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF95E

Black with #CDF95E

Text Example


Text Example

White with #CDF95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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