Html Css Color HEX #D4E93A Pear

📋 copy color: '#D4E93A'

red 212 ◦ green 233 ◦ blue 58

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

Shades of Pear #D4E93A

Tints of Pear #D4E93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 42.15%
G = 46.32%
B = 11.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#D4E93A (or 0xD4E93A) is known color: Pear. HEX triplet: D4, E9 and 3A. RGB value is (212,233,58). Sum of RGB (Red+Green+Blue) = 212+233+58=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E93A is #2B16C5. Grayscale: #CFCFCF. Windows color (decimal): -2823878 or 3860948. OLE color: 3860948.

HSL color Cylindrical-coordinate representation of color #D4E93A: hue angle of 67.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4E93A is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 233 58 -
CMYK 0.09 0 0.75 0.09
HSL 67.2º 0.8% 0.57% -
HSV(B) 67.2º 0.75% 0.91% -
XYZ 57.05 72.58 15.01 -
YUV 206.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 212 233 58 0.09 0 0.75 0.09 67.2 0.8 0.57
Hex D4 E9 3A 9 0 4B 9 43 50 39
Octal 324 351 72 11 0 113 11 103 120 71
Binary 11010100 11101001 111010 1001 0 1001011 1001 1000011 1010000 111001

Color Harmonies of #D4E93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E93A

Black with #D4E93A

Text Example


Text Example

White with #D4E93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E93A; }

 p { color: rgb(212,233,58); }

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

background-color css

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

 a { background-color: rgb(212,233,58); }

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

border-color css

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

 span { border-color: rgb(212,233,58); }

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