Html Css Color HEX #D5FB30 Pear

📋 copy color: '#D5FB30'

red 213 ◦ green 251 ◦ blue 48

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

Shades of Pear #D5FB30

Tints of Pear #D5FB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

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

R = 41.6%
G = 49.02%
B = 9.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D5FB30 (or 0xD5FB30) is known color: Pear. HEX triplet: D5, FB and 30. RGB value is (213,251,48). Sum of RGB (Red+Green+Blue) = 213+251+48=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB30 is #2A04CF. Grayscale: #D9D9D9. Windows color (decimal): -2753744 or 3210197. OLE color: 3210197.

HSL color Cylindrical-coordinate representation of color #D5FB30: hue angle of 71.23º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5FB30 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 48 -
CMYK 0.15 0 0.81 0.02
HSL 71.23º 0.96% 0.59% -
HSV(B) 71.23º 0.81% 0.98% -
XYZ 62.47 83.35 15.59 -
YUV 216.5 32.91 125.51 -
System Red Green Blue C M Y K H S L
Decimal 213 251 48 0.15 0 0.81 0.02 71.23 0.96 0.59
Hex D5 FB 30 F 0 51 2 47 60 3B
Octal 325 373 60 17 0 121 2 107 140 73
Binary 11010101 11111011 110000 1111 0 1010001 10 1000111 1100000 111011

Color Harmonies of #D5FB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB30

Black with #D5FB30

Text Example


Text Example

White with #D5FB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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