Html Css Color HEX #D4FA66 Mindaro

📋 copy color: '#D4FA66'

red 212 ◦ green 250 ◦ blue 102

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

Shades of Mindaro #D4FA66

Tints of Mindaro #D4FA66

RGB

 RED value IS 212 (83.2% from 255) = 37.59%

 GREEN value IS 250 (98.05% from 255) = 44.33%

 BLUE value IS 102 (40.23% from 255) = 18.09%

R = 37.59%
G = 44.33%
B = 18.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D4FA66 (or 0xD4FA66) is known color: Mindaro. HEX triplet: D4, FA and 66. RGB value is (212,250,102). Sum of RGB (Red+Green+Blue) = 212+250+102=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA66 is #2B0599. Grayscale: #DEDEDE. Windows color (decimal): -2819482 or 6748884. OLE color: 6748884.

HSL color Cylindrical-coordinate representation of color #D4FA66: hue angle of 75.41º degrees, saturation: 0.94, 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 #D4FA66 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 102 -
CMYK 0.15 0 0.59 0.02
HSL 75.41º 0.94% 0.69% -
HSV(B) 75.41º 0.59% 0.98% -
XYZ 63.74 83.33 25.3 -
YUV 221.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 212 250 102 0.15 0 0.59 0.02 75.41 0.94 0.69
Hex D4 FA 66 F 0 3B 2 4B 5E 45
Octal 324 372 146 17 0 73 2 113 136 105
Binary 11010100 11111010 1100110 1111 0 111011 10 1001011 1011110 1000101

Color Harmonies of #D4FA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA66

Black with #D4FA66

Text Example


Text Example

White with #D4FA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA66; }

 p { color: rgb(212,250,102); }

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

background-color css

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

 a { background-color: rgb(212,250,102); }

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

border-color css

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

 span { border-color: rgb(212,250,102); }

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