Html Css Color HEX #D4F145 Pear

📋 copy color: '#D4F145'

red 212 ◦ green 241 ◦ blue 69

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

Shades of Pear #D4F145

Tints of Pear #D4F145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.22%

R = 40.61%
G = 46.17%
B = 13.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D4F145 (or 0xD4F145) is known color: Pear. HEX triplet: D4, F1 and 45. RGB value is (212,241,69). Sum of RGB (Red+Green+Blue) = 212+241+69=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F145 is #2B0EBA. Grayscale: #D5D5D5. Windows color (decimal): -2821819 or 4583892. OLE color: 4583892.

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

Color convert

RGB 212 241 69 -
CMYK 0.12 0 0.71 0.05
HSL 70.12º 0.86% 0.61% -
HSV(B) 70.12º 0.71% 0.95% -
XYZ 59.68 77.34 17.41 -
YUV 212.72 46.89 127.49 -
System Red Green Blue C M Y K H S L
Decimal 212 241 69 0.12 0 0.71 0.05 70.12 0.86 0.61
Hex D4 F1 45 C 0 47 5 46 56 3D
Octal 324 361 105 14 0 107 5 106 126 75
Binary 11010100 11110001 1000101 1100 0 1000111 101 1000110 1010110 111101

Color Harmonies of #D4F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F145

Black with #D4F145

Text Example


Text Example

White with #D4F145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F145; }

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

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

background-color css

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

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

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

border-color css

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

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

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