Html Css Color HEX #D5F938 Pear

📋 copy color: '#D5F938'

red 213 ◦ green 249 ◦ blue 56

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

Shades of Pear #D5F938

Tints of Pear #D5F938

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 56 (22.27% from 255) = 10.81%

R = 41.12%
G = 48.07%
B = 10.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#D5F938 (or 0xD5F938) is known color: Pear. HEX triplet: D5, F9 and 38. RGB value is (213,249,56). Sum of RGB (Red+Green+Blue) = 213+249+56=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F938 is #2A06C7. Grayscale: #D8D8D8. Windows color (decimal): -2754248 or 3733973. OLE color: 3733973.

HSL color Cylindrical-coordinate representation of color #D5F938: hue angle of 71.19º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5F938 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 56 -
CMYK 0.14 0 0.78 0.02
HSL 71.19º 0.94% 0.6% -
HSV(B) 71.19º 0.78% 0.98% -
XYZ 62.03 82.18 16.33 -
YUV 216.23 37.57 125.69 -
System Red Green Blue C M Y K H S L
Decimal 213 249 56 0.14 0 0.78 0.02 71.19 0.94 0.6
Hex D5 F9 38 E 0 4E 2 47 5E 3C
Octal 325 371 70 16 0 116 2 107 136 74
Binary 11010101 11111001 111000 1110 0 1001110 10 1000111 1011110 111100

Color Harmonies of #D5F938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F938

Black with #D5F938

Text Example


Text Example

White with #D5F938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F938; }

 p { color: rgb(213,249,56); }

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

background-color css

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

 a { background-color: rgb(213,249,56); }

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

border-color css

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

 span { border-color: rgb(213,249,56); }

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