Html Css Color HEX #D5F442 Pear

📋 copy color: '#D5F442'

red 213 ◦ green 244 ◦ blue 66

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

Shades of Pear #D5F442

Tints of Pear #D5F442

RGB

 RED value IS 213 (83.59% from 255) = 40.73%

 GREEN value IS 244 (95.7% from 255) = 46.65%

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

R = 40.73%
G = 46.65%
B = 12.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#D5F442 (or 0xD5F442) is known color: Pear. HEX triplet: D5, F4 and 42. RGB value is (213,244,66). Sum of RGB (Red+Green+Blue) = 213+244+66=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F442 is #2A0BBD. Grayscale: #D7D7D7. Windows color (decimal): -2755518 or 4388053. OLE color: 4388053.

HSL color Cylindrical-coordinate representation of color #D5F442: hue angle of 70.45º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5F442 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 66 -
CMYK 0.13 0 0.73 0.04
HSL 70.45º 0.89% 0.61% -
HSV(B) 70.45º 0.73% 0.96% -
XYZ 60.77 79.24 17.25 -
YUV 214.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 213 244 66 0.13 0 0.73 0.04 70.45 0.89 0.61
Hex D5 F4 42 D 0 49 4 46 59 3D
Octal 325 364 102 15 0 111 4 106 131 75
Binary 11010101 11110100 1000010 1101 0 1001001 100 1000110 1011001 111101

Color Harmonies of #D5F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F442

Black with #D5F442

Text Example


Text Example

White with #D5F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F442; }

 p { color: rgb(213,244,66); }

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

background-color css

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

 a { background-color: rgb(213,244,66); }

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

border-color css

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

 span { border-color: rgb(213,244,66); }

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