Html Css Color HEX #D4EB1E Pear

📋 copy color: '#D4EB1E'

red 212 ◦ green 235 ◦ blue 30

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

Shades of Pear #D4EB1E

Tints of Pear #D4EB1E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.27%

 BLUE value IS 30 (12.11% from 255) = 6.29%

R = 44.44%
G = 49.27%
B = 6.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#D4EB1E (or 0xD4EB1E) is known color: Pear. HEX triplet: D4, EB and 1E. RGB value is (212,235,30). Sum of RGB (Red+Green+Blue) = 212+235+30=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB1E is #2B14E1. Grayscale: #CDCDCD. Windows color (decimal): -2823394 or 2026452. OLE color: 2026452.

HSL color Cylindrical-coordinate representation of color #D4EB1E: hue angle of 66.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4EB1E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 30 -
CMYK 0.10 0 0.87 0.08
HSL 66.73º 0.84% 0.52% -
HSV(B) 66.73º 0.87% 0.92% -
XYZ 57.09 73.51 12.41 -
YUV 204.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 212 235 30 0.10 0 0.87 0.08 66.73 0.84 0.52
Hex D4 EB 1E A 0 57 8 43 54 34
Octal 324 353 36 12 0 127 10 103 124 64
Binary 11010100 11101011 11110 1010 0 1010111 1000 1000011 1010100 110100

Color Harmonies of #D4EB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB1E

Black with #D4EB1E

Text Example


Text Example

White with #D4EB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB1E; }

 p { color: rgb(212,235,30); }

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

background-color css

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

 a { background-color: rgb(212,235,30); }

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

border-color css

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

 span { border-color: rgb(212,235,30); }

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