Html Css Color HEX #D5F268 Mindaro

📋 copy color: '#D5F268'

red 213 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #D5F268

Tints of Mindaro #D5F268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.6%

R = 38.1%
G = 43.29%
B = 18.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#D5F268 (or 0xD5F268) is known color: Mindaro. HEX triplet: D5, F2 and 68. RGB value is (213,242,104). Sum of RGB (Red+Green+Blue) = 213+242+104=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F268 is #2A0D97. Grayscale: #DADADA. Windows color (decimal): -2755992 or 6877909. OLE color: 6877909.

HSL color Cylindrical-coordinate representation of color #D5F268: hue angle of 72.61º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5F268 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 104 -
CMYK 0.12 0 0.57 0.05
HSL 72.61º 0.84% 0.68% -
HSV(B) 72.61º 0.57% 0.95% -
XYZ 61.69 78.65 25.03 -
YUV 217.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 213 242 104 0.12 0 0.57 0.05 72.61 0.84 0.68
Hex D5 F2 68 C 0 39 5 49 54 44
Octal 325 362 150 14 0 71 5 111 124 104
Binary 11010101 11110010 1101000 1100 0 111001 101 1001001 1010100 1000100

Color Harmonies of #D5F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F268

Black with #D5F268

Text Example


Text Example

White with #D5F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F268; }

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

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

background-color css

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

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

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

border-color css

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

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

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