Html Css Color HEX #D5F278 Mindaro

📋 copy color: '#D5F278'

red 213 ◦ green 242 ◦ blue 120

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

Shades of Mindaro #D5F278

Tints of Mindaro #D5F278

RGB

 RED value IS 213 (83.59% from 255) = 37.04%

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 120 (47.27% from 255) = 20.87%

R = 37.04%
G = 42.09%
B = 20.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#D5F278 (or 0xD5F278) is known color: Mindaro. HEX triplet: D5, F2 and 78. RGB value is (213,242,120). Sum of RGB (Red+Green+Blue) = 213+242+120=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F278 is #2A0D87. Grayscale: #DBDBDB. Windows color (decimal): -2755976 or 7926485. OLE color: 7926485.

HSL color Cylindrical-coordinate representation of color #D5F278: hue angle of 74.26º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5F278 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 120 -
CMYK 0.12 0 0.50 0.05
HSL 74.26º 0.82% 0.71% -
HSV(B) 74.26º 0.5% 0.95% -
XYZ 62.58 79.01 29.72 -
YUV 219.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 213 242 120 0.12 0 0.50 0.05 74.26 0.82 0.71
Hex D5 F2 78 C 0 32 5 4A 52 47
Octal 325 362 170 14 0 62 5 112 122 107
Binary 11010101 11110010 1111000 1100 0 110010 101 1001010 1010010 1000111

Color Harmonies of #D5F278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F278

Black with #D5F278

Text Example


Text Example

White with #D5F278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F278; }

 p { color: rgb(213,242,120); }

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

background-color css

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

 a { background-color: rgb(213,242,120); }

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

border-color css

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

 span { border-color: rgb(213,242,120); }

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