Html Css Color HEX #D4EB30 Pear

📋 copy color: '#D4EB30'

red 212 ◦ green 235 ◦ blue 48

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

Shades of Pear #D4EB30

Tints of Pear #D4EB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 42.83%
G = 47.47%
B = 9.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#D4EB30 (or 0xD4EB30) is known color: Pear. HEX triplet: D4, EB and 30. RGB value is (212,235,48). Sum of RGB (Red+Green+Blue) = 212+235+48=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB30 is #2B14CF. Grayscale: #CFCFCF. Windows color (decimal): -2823376 or 3206100. OLE color: 3206100.

HSL color Cylindrical-coordinate representation of color #D4EB30: hue angle of 67.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4EB30 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 48 -
CMYK 0.10 0 0.80 0.08
HSL 67.38º 0.82% 0.55% -
HSV(B) 67.38º 0.8% 0.92% -
XYZ 57.39 73.63 13.98 -
YUV 206.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 212 235 48 0.10 0 0.80 0.08 67.38 0.82 0.55
Hex D4 EB 30 A 0 50 8 43 52 37
Octal 324 353 60 12 0 120 10 103 122 67
Binary 11010100 11101011 110000 1010 0 1010000 1000 1000011 1010010 110111

Color Harmonies of #D4EB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB30

Black with #D4EB30

Text Example


Text Example

White with #D4EB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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