Html Css Color HEX #D4F268 Mindaro

📋 copy color: '#D4F268'

red 212 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #D4F268

Tints of Mindaro #D4F268

RGB

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

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

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

R = 37.99%
G = 43.37%
B = 18.64%

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

#D4F268 (or 0xD4F268) is known color: Mindaro. HEX triplet: D4, F2 and 68. RGB value is (212,242,104). Sum of RGB (Red+Green+Blue) = 212+242+104=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F268 is #2B0D97. Grayscale: #D9D9D9. Windows color (decimal): -2821528 or 6877908. OLE color: 6877908.

HSL color Cylindrical-coordinate representation of color #D4F268: hue angle of 73.04º 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 #D4F268 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 104 -
CMYK 0.12 0 0.57 0.05
HSL 73.04º 0.84% 0.68% -
HSV(B) 73.04º 0.57% 0.95% -
XYZ 61.4 78.5 25.01 -
YUV 217.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 212 242 104 0.12 0 0.57 0.05 73.04 0.84 0.68
Hex D4 F2 68 C 0 39 5 49 54 44
Octal 324 362 150 14 0 71 5 111 124 104
Binary 11010100 11110010 1101000 1100 0 111001 101 1001001 1010100 1000100

Color Harmonies of #D4F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F268

Black with #D4F268

Text Example


Text Example

White with #D4F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F268; }

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

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

background-color css

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

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

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

border-color css

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

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

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