Html Css Color HEX #D4E135 Pear

📋 copy color: '#D4E135'

red 212 ◦ green 225 ◦ blue 53

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

Shades of Pear #D4E135

Tints of Pear #D4E135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 53 (21.09% from 255) = 10.82%

R = 43.27%
G = 45.92%
B = 10.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#D4E135 (or 0xD4E135) is known color: Pear. HEX triplet: D4, E1 and 35. RGB value is (212,225,53). Sum of RGB (Red+Green+Blue) = 212+225+53=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E135 is #2B1ECA. Grayscale: #CACACA. Windows color (decimal): -2825931 or 3531220. OLE color: 3531220.

HSL color Cylindrical-coordinate representation of color #D4E135: hue angle of 64.53º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4E135 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 53 -
CMYK 0.06 0 0.76 0.12
HSL 64.53º 0.74% 0.55% -
HSV(B) 64.53º 0.76% 0.88% -
XYZ 54.72 68.1 13.63 -
YUV 201.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 212 225 53 0.06 0 0.76 0.12 64.53 0.74 0.55
Hex D4 E1 35 6 0 4C C 41 4A 37
Octal 324 341 65 6 0 114 14 101 112 67
Binary 11010100 11100001 110101 110 0 1001100 1100 1000001 1001010 110111

Color Harmonies of #D4E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E135

Black with #D4E135

Text Example


Text Example

White with #D4E135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E135; }

 p { color: rgb(212,225,53); }

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

background-color css

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

 a { background-color: rgb(212,225,53); }

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

border-color css

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

 span { border-color: rgb(212,225,53); }

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