Html Css Color HEX #DCFB75 Mindaro

📋 copy color: '#DCFB75'

red 220 ◦ green 251 ◦ blue 117

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

Shades of Mindaro #DCFB75

Tints of Mindaro #DCFB75

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

 GREEN value IS 251 (98.44% from 255) = 42.69%

 BLUE value IS 117 (46.09% from 255) = 19.9%

R = 37.41%
G = 42.69%
B = 19.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DCFB75 (or 0xDCFB75) is known color: Mindaro. HEX triplet: DC, FB and 75. RGB value is (220,251,117). Sum of RGB (Red+Green+Blue) = 220+251+117=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB75 is #23048A. Grayscale: #E2E2E2. Windows color (decimal): -2294923 or 7732188. OLE color: 7732188.

HSL color Cylindrical-coordinate representation of color #DCFB75: hue angle of 73.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFB75 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 117 -
CMYK 0.12 0 0.53 0.02
HSL 73.88º 0.94% 0.72% -
HSV(B) 73.88º 0.53% 0.98% -
XYZ 67.22 85.49 29.79 -
YUV 226.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 220 251 117 0.12 0 0.53 0.02 73.88 0.94 0.72
Hex DC FB 75 C 0 35 2 4A 5E 48
Octal 334 373 165 14 0 65 2 112 136 110
Binary 11011100 11111011 1110101 1100 0 110101 10 1001010 1011110 1001000

Color Harmonies of #DCFB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB75

Black with #DCFB75

Text Example


Text Example

White with #DCFB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB75; }

 p { color: rgb(220,251,117); }

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

background-color css

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

 a { background-color: rgb(220,251,117); }

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

border-color css

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

 span { border-color: rgb(220,251,117); }

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