Html Css Color HEX #D5E230 Pear

📋 copy color: '#D5E230'

red 213 ◦ green 226 ◦ blue 48

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

Shades of Pear #D5E230

Tints of Pear #D5E230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

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

R = 43.74%
G = 46.41%
B = 9.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#D5E230 (or 0xD5E230) is known color: Pear. HEX triplet: D5, E2 and 30. RGB value is (213,226,48). Sum of RGB (Red+Green+Blue) = 213+226+48=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E230 is #2A1DCF. Grayscale: #CACACA. Windows color (decimal): -2760144 or 3203797. OLE color: 3203797.

HSL color Cylindrical-coordinate representation of color #D5E230: hue angle of 64.38º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5E230 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 48 -
CMYK 0.06 0 0.79 0.11
HSL 64.38º 0.75% 0.54% -
HSV(B) 64.38º 0.79% 0.89% -
XYZ 55.17 68.75 13.16 -
YUV 201.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 213 226 48 0.06 0 0.79 0.11 64.38 0.75 0.54
Hex D5 E2 30 6 0 4F B 40 4B 36
Octal 325 342 60 6 0 117 13 100 113 66
Binary 11010101 11100010 110000 110 0 1001111 1011 1000000 1001011 110110

Color Harmonies of #D5E230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E230

Black with #D5E230

Text Example


Text Example

White with #D5E230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E230; }

 p { color: rgb(213,226,48); }

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

background-color css

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

 a { background-color: rgb(213,226,48); }

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

border-color css

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

 span { border-color: rgb(213,226,48); }

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