Html Css Color HEX #D2FB30 Pear

📋 copy color: '#D2FB30'

red 210 ◦ green 251 ◦ blue 48

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

Shades of Pear #D2FB30

Tints of Pear #D2FB30

RGB

 RED value IS 210 (82.42% from 255) = 41.26%

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

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

R = 41.26%
G = 49.31%
B = 9.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D2FB30 (or 0xD2FB30) is known color: Pear. HEX triplet: D2, FB and 30. RGB value is (210,251,48). Sum of RGB (Red+Green+Blue) = 210+251+48=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB30 is #2D04CF. Grayscale: #D8D8D8. Windows color (decimal): -2950352 or 3210194. OLE color: 3210194.

HSL color Cylindrical-coordinate representation of color #D2FB30: hue angle of 72.12º 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 #D2FB30 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 251 48 -
CMYK 0.16 0 0.81 0.02
HSL 72.12º 0.96% 0.59% -
HSV(B) 72.12º 0.81% 0.98% -
XYZ 61.61 82.91 15.55 -
YUV 215.6 33.42 124.01 -
System Red Green Blue C M Y K H S L
Decimal 210 251 48 0.16 0 0.81 0.02 72.12 0.96 0.59
Hex D2 FB 30 10 0 51 2 48 60 3B
Octal 322 373 60 20 0 121 2 110 140 73
Binary 11010010 11111011 110000 10000 0 1010001 10 1001000 1100000 111011

Color Harmonies of #D2FB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FB30

Black with #D2FB30

Text Example


Text Example

White with #D2FB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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