Html Css Color HEX #D5E33C Pear

📋 copy color: '#D5E33C'

red 213 ◦ green 227 ◦ blue 60

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

Shades of Pear #D5E33C

Tints of Pear #D5E33C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

 BLUE value IS 60 (23.83% from 255) = 12%

R = 42.6%
G = 45.4%
B = 12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#D5E33C (or 0xD5E33C) is known color: Pear. HEX triplet: D5, E3 and 3C. RGB value is (213,227,60). Sum of RGB (Red+Green+Blue) = 213+227+60=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E33C is #2A1CC3. Grayscale: #CCCCCC. Windows color (decimal): -2759876 or 3990485. OLE color: 3990485.

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

Color convert

RGB 213 227 60 -
CMYK 0.06 0 0.74 0.11
HSL 65.03º 0.75% 0.56% -
HSV(B) 65.03º 0.74% 0.89% -
XYZ 55.73 69.41 14.74 -
YUV 203.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 213 227 60 0.06 0 0.74 0.11 65.03 0.75 0.56
Hex D5 E3 3C 6 0 4A B 41 4B 38
Octal 325 343 74 6 0 112 13 101 113 70
Binary 11010101 11100011 111100 110 0 1001010 1011 1000001 1001011 111000

Color Harmonies of #D5E33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E33C

Black with #D5E33C

Text Example


Text Example

White with #D5E33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E33C; }

 p { color: rgb(213,227,60); }

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

background-color css

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

 a { background-color: rgb(213,227,60); }

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

border-color css

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

 span { border-color: rgb(213,227,60); }

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