Html Css Color HEX #D2EB3D Pear

📋 copy color: '#D2EB3D'

red 210 ◦ green 235 ◦ blue 61

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

Shades of Pear #D2EB3D

Tints of Pear #D2EB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.06%

R = 41.5%
G = 46.44%
B = 12.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#D2EB3D (or 0xD2EB3D) is known color: Pear. HEX triplet: D2, EB and 3D. RGB value is (210,235,61). Sum of RGB (Red+Green+Blue) = 210+235+61=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB3D is #2D14C2. Grayscale: #D0D0D0. Windows color (decimal): -2954435 or 4058066. OLE color: 4058066.

HSL color Cylindrical-coordinate representation of color #D2EB3D: hue angle of 68.62º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2EB3D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 61 -
CMYK 0.11 0 0.74 0.08
HSL 68.62º 0.81% 0.58% -
HSV(B) 68.62º 0.74% 0.92% -
XYZ 57.13 73.46 15.58 -
YUV 207.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 210 235 61 0.11 0 0.74 0.08 68.62 0.81 0.58
Hex D2 EB 3D B 0 4A 8 45 51 3A
Octal 322 353 75 13 0 112 10 105 121 72
Binary 11010010 11101011 111101 1011 0 1001010 1000 1000101 1010001 111010

Color Harmonies of #D2EB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB3D

Black with #D2EB3D

Text Example


Text Example

White with #D2EB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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