Html Css Color HEX #D2EB30 Pear

📋 copy color: '#D2EB30'

red 210 ◦ green 235 ◦ blue 48

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

Shades of Pear #D2EB30

Tints of Pear #D2EB30

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

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

R = 42.6%
G = 47.67%
B = 9.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#D2EB30 (or 0xD2EB30) is known color: Pear. HEX triplet: D2, EB and 30. RGB value is (210,235,48). Sum of RGB (Red+Green+Blue) = 210+235+48=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB30 is #2D14CF. Grayscale: #CECECE. Windows color (decimal): -2954448 or 3206098. OLE color: 3206098.

HSL color Cylindrical-coordinate representation of color #D2EB30: hue angle of 68.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2EB30 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 48 -
CMYK 0.11 0 0.80 0.08
HSL 68.02º 0.82% 0.55% -
HSV(B) 68.02º 0.8% 0.92% -
XYZ 56.82 73.33 13.96 -
YUV 206.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 210 235 48 0.11 0 0.80 0.08 68.02 0.82 0.55
Hex D2 EB 30 B 0 50 8 44 52 37
Octal 322 353 60 13 0 120 10 104 122 67
Binary 11010010 11101011 110000 1011 0 1010000 1000 1000100 1010010 110111

Color Harmonies of #D2EB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB30

Black with #D2EB30

Text Example


Text Example

White with #D2EB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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