Html Css Color HEX #D4F26A Mindaro

📋 copy color: '#D4F26A'

red 212 ◦ green 242 ◦ blue 106

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

Shades of Mindaro #D4F26A

Tints of Mindaro #D4F26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 37.86%
G = 43.21%
B = 18.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D4F26A (or 0xD4F26A) is known color: Mindaro. HEX triplet: D4, F2 and 6A. RGB value is (212,242,106). Sum of RGB (Red+Green+Blue) = 212+242+106=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F26A is #2B0D95. Grayscale: #DADADA. Windows color (decimal): -2821526 or 7008980. OLE color: 7008980.

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

Color convert

RGB 212 242 106 -
CMYK 0.12 0 0.56 0.05
HSL 73.24º 0.84% 0.68% -
HSV(B) 73.24º 0.56% 0.95% -
XYZ 61.51 78.54 25.55 -
YUV 217.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 212 242 106 0.12 0 0.56 0.05 73.24 0.84 0.68
Hex D4 F2 6A C 0 38 5 49 54 44
Octal 324 362 152 14 0 70 5 111 124 104
Binary 11010100 11110010 1101010 1100 0 111000 101 1001001 1010100 1000100

Color Harmonies of #D4F26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F26A

Black with #D4F26A

Text Example


Text Example

White with #D4F26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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