Html Css Color HEX #D4F13F Pear

📋 copy color: '#D4F13F'

red 212 ◦ green 241 ◦ blue 63

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

Shades of Pear #D4F13F

Tints of Pear #D4F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

 BLUE value IS 63 (25% from 255) = 12.21%

R = 41.09%
G = 46.71%
B = 12.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#D4F13F (or 0xD4F13F) is known color: Pear. HEX triplet: D4, F1 and 3F. RGB value is (212,241,63). Sum of RGB (Red+Green+Blue) = 212+241+63=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F13F is #2B0EC0. Grayscale: #D4D4D4. Windows color (decimal): -2821825 or 4190676. OLE color: 4190676.

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

Color convert

RGB 212 241 63 -
CMYK 0.12 0 0.74 0.05
HSL 69.78º 0.86% 0.6% -
HSV(B) 69.78º 0.74% 0.95% -
XYZ 59.5 77.27 16.48 -
YUV 212.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 212 241 63 0.12 0 0.74 0.05 69.78 0.86 0.6
Hex D4 F1 3F C 0 4A 5 46 56 3C
Octal 324 361 77 14 0 112 5 106 126 74
Binary 11010100 11110001 111111 1100 0 1001010 101 1000110 1010110 111100

Color Harmonies of #D4F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F13F

Black with #D4F13F

Text Example


Text Example

White with #D4F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F13F; }

 p { color: rgb(212,241,63); }

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

background-color css

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

 a { background-color: rgb(212,241,63); }

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

border-color css

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

 span { border-color: rgb(212,241,63); }

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