Html Css Color HEX #D4FA42 Pear

📋 copy color: '#D4FA42'

red 212 ◦ green 250 ◦ blue 66

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

Shades of Pear #D4FA42

Tints of Pear #D4FA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.5%

R = 40.15%
G = 47.35%
B = 12.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#D4FA42 (or 0xD4FA42) is known color: Pear. HEX triplet: D4, FA and 42. RGB value is (212,250,66). Sum of RGB (Red+Green+Blue) = 212+250+66=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA42 is #2B05BD. Grayscale: #DADADA. Windows color (decimal): -2819518 or 4389588. OLE color: 4389588.

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

Color convert

RGB 212 250 66 -
CMYK 0.15 0 0.74 0.02
HSL 72.39º 0.95% 0.62% -
HSV(B) 72.39º 0.74% 0.98% -
XYZ 62.32 82.76 17.84 -
YUV 217.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 212 250 66 0.15 0 0.74 0.02 72.39 0.95 0.62
Hex D4 FA 42 F 0 4A 2 48 5F 3E
Octal 324 372 102 17 0 112 2 110 137 76
Binary 11010100 11111010 1000010 1111 0 1001010 10 1001000 1011111 111110

Color Harmonies of #D4FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA42

Black with #D4FA42

Text Example


Text Example

White with #D4FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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