Html Css Color HEX #D5F967 Mindaro

📋 copy color: '#D5F967'

red 213 ◦ green 249 ◦ blue 103

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

Shades of Mindaro #D5F967

Tints of Mindaro #D5F967

RGB

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

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

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

R = 37.7%
G = 44.07%
B = 18.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D5F967 (or 0xD5F967) is known color: Mindaro. HEX triplet: D5, F9 and 67. RGB value is (213,249,103). Sum of RGB (Red+Green+Blue) = 213+249+103=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F967 is #2A0698. Grayscale: #DEDEDE. Windows color (decimal): -2754201 or 6814165. OLE color: 6814165.

HSL color Cylindrical-coordinate representation of color #D5F967: hue angle of 74.79º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5F967 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 103 -
CMYK 0.14 0 0.59 0.02
HSL 74.79º 0.92% 0.69% -
HSV(B) 74.79º 0.59% 0.98% -
XYZ 63.76 82.88 25.47 -
YUV 221.59 61.07 121.87 -
System Red Green Blue C M Y K H S L
Decimal 213 249 103 0.14 0 0.59 0.02 74.79 0.92 0.69
Hex D5 F9 67 E 0 3B 2 4B 5C 45
Octal 325 371 147 16 0 73 2 113 134 105
Binary 11010101 11111001 1100111 1110 0 111011 10 1001011 1011100 1000101

Color Harmonies of #D5F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F967

Black with #D5F967

Text Example


Text Example

White with #D5F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F967; }

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

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

background-color css

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

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

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

border-color css

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

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

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