Html Css Color HEX #D4F34A Pear

📋 copy color: '#D4F34A'

red 212 ◦ green 243 ◦ blue 74

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

Shades of Pear #D4F34A

Tints of Pear #D4F34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

 BLUE value IS 74 (29.3% from 255) = 13.99%

R = 40.08%
G = 45.94%
B = 13.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D4F34A (or 0xD4F34A) is known color: Pear. HEX triplet: D4, F3 and 4A. RGB value is (212,243,74). Sum of RGB (Red+Green+Blue) = 212+243+74=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F34A is #2B0CB5. Grayscale: #D7D7D7. Windows color (decimal): -2821302 or 4912084. OLE color: 4912084.

HSL color Cylindrical-coordinate representation of color #D4F34A: hue angle of 71.01º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4F34A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 74 -
CMYK 0.13 0 0.70 0.05
HSL 71.01º 0.88% 0.62% -
HSV(B) 71.01º 0.7% 0.95% -
XYZ 60.44 78.59 18.46 -
YUV 214.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 212 243 74 0.13 0 0.70 0.05 71.01 0.88 0.62
Hex D4 F3 4A D 0 46 5 47 58 3E
Octal 324 363 112 15 0 106 5 107 130 76
Binary 11010100 11110011 1001010 1101 0 1000110 101 1000111 1011000 111110

Color Harmonies of #D4F34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F34A

Black with #D4F34A

Text Example


Text Example

White with #D4F34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F34A; }

 p { color: rgb(212,243,74); }

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

background-color css

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

 a { background-color: rgb(212,243,74); }

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

border-color css

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

 span { border-color: rgb(212,243,74); }

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