Html Css Color HEX #D5FA38 Pear

📋 copy color: '#D5FA38'

red 213 ◦ green 250 ◦ blue 56

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

Shades of Pear #D5FA38

Tints of Pear #D5FA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

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

R = 41.04%
G = 48.17%
B = 10.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#D5FA38 (or 0xD5FA38) is known color: Pear. HEX triplet: D5, FA and 38. RGB value is (213,250,56). Sum of RGB (Red+Green+Blue) = 213+250+56=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA38 is #2A05C7. Grayscale: #D9D9D9. Windows color (decimal): -2753992 or 3734229. OLE color: 3734229.

HSL color Cylindrical-coordinate representation of color #D5FA38: hue angle of 71.44º degrees, saturation: 0.95, 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 #D5FA38 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 56 -
CMYK 0.15 0 0.78 0.02
HSL 71.44º 0.95% 0.6% -
HSV(B) 71.44º 0.78% 0.98% -
XYZ 62.34 82.8 16.44 -
YUV 216.82 37.24 125.27 -
System Red Green Blue C M Y K H S L
Decimal 213 250 56 0.15 0 0.78 0.02 71.44 0.95 0.6
Hex D5 FA 38 F 0 4E 2 47 5F 3C
Octal 325 372 70 17 0 116 2 107 137 74
Binary 11010101 11111010 111000 1111 0 1001110 10 1000111 1011111 111100

Color Harmonies of #D5FA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA38

Black with #D5FA38

Text Example


Text Example

White with #D5FA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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