Html Css Color HEX #D4F134 Pear

📋 copy color: '#D4F134'

red 212 ◦ green 241 ◦ blue 52

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

Shades of Pear #D4F134

Tints of Pear #D4F134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.3%

R = 41.98%
G = 47.72%
B = 10.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D4F134 (or 0xD4F134) is known color: Pear. HEX triplet: D4, F1 and 34. RGB value is (212,241,52). Sum of RGB (Red+Green+Blue) = 212+241+52=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F134 is #2B0ECB. Grayscale: #D3D3D3. Windows color (decimal): -2821836 or 3469780. OLE color: 3469780.

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

Color convert

RGB 212 241 52 -
CMYK 0.12 0 0.78 0.05
HSL 69.21º 0.87% 0.57% -
HSV(B) 69.21º 0.78% 0.95% -
XYZ 59.23 77.16 15.02 -
YUV 210.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 212 241 52 0.12 0 0.78 0.05 69.21 0.87 0.57
Hex D4 F1 34 C 0 4E 5 45 57 39
Octal 324 361 64 14 0 116 5 105 127 71
Binary 11010100 11110001 110100 1100 0 1001110 101 1000101 1010111 111001

Color Harmonies of #D4F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F134

Black with #D4F134

Text Example


Text Example

White with #D4F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F134; }

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

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

background-color css

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

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

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

border-color css

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

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

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