Html Css Color HEX #D5EF41 Pear

📋 copy color: '#D5EF41'

red 213 ◦ green 239 ◦ blue 65

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

Shades of Pear #D5EF41

Tints of Pear #D5EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.23%

 BLUE value IS 65 (25.78% from 255) = 12.57%

R = 41.2%
G = 46.23%
B = 12.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#D5EF41 (or 0xD5EF41) is known color: Pear. HEX triplet: D5, EF and 41. RGB value is (213,239,65). Sum of RGB (Red+Green+Blue) = 213+239+65=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF41 is #2A10BE. Grayscale: #D4D4D4. Windows color (decimal): -2756799 or 4321237. OLE color: 4321237.

HSL color Cylindrical-coordinate representation of color #D5EF41: hue angle of 68.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5EF41 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 65 -
CMYK 0.11 0 0.73 0.06
HSL 68.97º 0.84% 0.6% -
HSV(B) 68.97º 0.73% 0.94% -
XYZ 59.26 76.26 16.6 -
YUV 211.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 213 239 65 0.11 0 0.73 0.06 68.97 0.84 0.6
Hex D5 EF 41 B 0 49 6 45 54 3C
Octal 325 357 101 13 0 111 6 105 124 74
Binary 11010101 11101111 1000001 1011 0 1001001 110 1000101 1010100 111100

Color Harmonies of #D5EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF41

Black with #D5EF41

Text Example


Text Example

White with #D5EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF41; }

 p { color: rgb(213,239,65); }

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

background-color css

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

 a { background-color: rgb(213,239,65); }

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

border-color css

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

 span { border-color: rgb(213,239,65); }

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