Html Css Color HEX #D5F067 Mindaro

📋 copy color: '#D5F067'

red 213 ◦ green 240 ◦ blue 103

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

Shades of Mindaro #D5F067

Tints of Mindaro #D5F067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 103 (40.63% from 255) = 18.53%

R = 38.31%
G = 43.17%
B = 18.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D5F067 (or 0xD5F067) is known color: Mindaro. HEX triplet: D5, F0 and 67. RGB value is (213,240,103). Sum of RGB (Red+Green+Blue) = 213+240+103=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F067 is #2A0F98. Grayscale: #D8D8D8. Windows color (decimal): -2756505 or 6811861. OLE color: 6811861.

HSL color Cylindrical-coordinate representation of color #D5F067: hue angle of 71.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5F067 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 103 -
CMYK 0.11 0 0.57 0.06
HSL 71.82º 0.82% 0.67% -
HSV(B) 71.82º 0.57% 0.94% -
XYZ 61.05 77.45 24.56 -
YUV 216.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 213 240 103 0.11 0 0.57 0.06 71.82 0.82 0.67
Hex D5 F0 67 B 0 39 6 48 52 43
Octal 325 360 147 13 0 71 6 110 122 103
Binary 11010101 11110000 1100111 1011 0 111001 110 1001000 1010010 1000011

Color Harmonies of #D5F067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F067

Black with #D5F067

Text Example


Text Example

White with #D5F067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F067; }

 p { color: rgb(213,240,103); }

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

background-color css

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

 a { background-color: rgb(213,240,103); }

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

border-color css

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

 span { border-color: rgb(213,240,103); }

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