Html Css Color HEX #D4F245 Pear

📋 copy color: '#D4F245'

red 212 ◦ green 242 ◦ blue 69

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

Shades of Pear #D4F245

Tints of Pear #D4F245

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.27%

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

R = 40.54%
G = 46.27%
B = 13.19%

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

#D4F245 (or 0xD4F245) is known color: Pear. HEX triplet: D4, F2 and 45. RGB value is (212,242,69). Sum of RGB (Red+Green+Blue) = 212+242+69=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F245 is #2B0DBA. Grayscale: #D5D5D5. Windows color (decimal): -2821563 or 4584148. OLE color: 4584148.

HSL color Cylindrical-coordinate representation of color #D4F245: hue angle of 70.4º degrees, saturation: 0.87, 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 #D4F245 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 69 -
CMYK 0.12 0 0.71 0.05
HSL 70.4º 0.87% 0.61% -
HSV(B) 70.4º 0.71% 0.95% -
XYZ 59.98 77.93 17.51 -
YUV 213.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 212 242 69 0.12 0 0.71 0.05 70.4 0.87 0.61
Hex D4 F2 45 C 0 47 5 46 57 3D
Octal 324 362 105 14 0 107 5 106 127 75
Binary 11010100 11110010 1000101 1100 0 1000111 101 1000110 1010111 111101

Color Harmonies of #D4F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F245

Black with #D4F245

Text Example


Text Example

White with #D4F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F245; }

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

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

background-color css

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

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

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

border-color css

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

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

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