Html Css Color HEX #D4FA1E Pear

📋 copy color: '#D4FA1E'

red 212 ◦ green 250 ◦ blue 30

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

Shades of Pear #D4FA1E

Tints of Pear #D4FA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.1%

R = 43.09%
G = 50.81%
B = 6.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D4FA1E (or 0xD4FA1E) is known color: Pear. HEX triplet: D4, FA and 1E. RGB value is (212,250,30). Sum of RGB (Red+Green+Blue) = 212+250+30=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA1E is #2B05E1. Grayscale: #D6D6D6. Windows color (decimal): -2819554 or 2030292. OLE color: 2030292.

HSL color Cylindrical-coordinate representation of color #D4FA1E: hue angle of 70.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4FA1E is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 30 -
CMYK 0.15 0 0.88 0.02
HSL 70.36º 0.96% 0.55% -
HSV(B) 70.36º 0.88% 0.98% -
XYZ 61.57 82.46 13.9 -
YUV 213.56 24.41 126.89 -
System Red Green Blue C M Y K H S L
Decimal 212 250 30 0.15 0 0.88 0.02 70.36 0.96 0.55
Hex D4 FA 1E F 0 58 2 46 60 37
Octal 324 372 36 17 0 130 2 106 140 67
Binary 11010100 11111010 11110 1111 0 1011000 10 1000110 1100000 110111

Color Harmonies of #D4FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA1E

Black with #D4FA1E

Text Example


Text Example

White with #D4FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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