Html Css Color HEX #CDF95F Mindaro

📋 copy color: '#CDF95F'

red 205 ◦ green 249 ◦ blue 95

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

Shades of Mindaro #CDF95F

Tints of Mindaro #CDF95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 37.34%
G = 45.36%
B = 17.3%

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

#CDF95F (or 0xCDF95F) is known color: Mindaro. HEX triplet: CD, F9 and 5F. RGB value is (205,249,95). Sum of RGB (Red+Green+Blue) = 205+249+95=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF95F is #3206A0. Grayscale: #DADADA. Windows color (decimal): -3278497 or 6289869. OLE color: 6289869.

HSL color Cylindrical-coordinate representation of color #CDF95F: hue angle of 77.14º 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 #CDF95F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 95 -
CMYK 0.18 0 0.62 0.02
HSL 77.14º 0.93% 0.67% -
HSV(B) 77.14º 0.62% 0.98% -
XYZ 61.12 81.56 23.35 -
YUV 218.29 58.42 118.52 -
System Red Green Blue C M Y K H S L
Decimal 205 249 95 0.18 0 0.62 0.02 77.14 0.93 0.67
Hex CD F9 5F 12 0 3E 2 4D 5D 43
Octal 315 371 137 22 0 76 2 115 135 103
Binary 11001101 11111001 1011111 10010 0 111110 10 1001101 1011101 1000011

Color Harmonies of #CDF95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF95F

Black with #CDF95F

Text Example


Text Example

White with #CDF95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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