Html Css Color HEX #D2E93D Pear

📋 copy color: '#D2E93D'

red 210 ◦ green 233 ◦ blue 61

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

Shades of Pear #D2E93D

Tints of Pear #D2E93D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 41.67%
G = 46.23%
B = 12.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#D2E93D (or 0xD2E93D) is known color: Pear. HEX triplet: D2, E9 and 3D. RGB value is (210,233,61). Sum of RGB (Red+Green+Blue) = 210+233+61=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E93D is #2D16C2. Grayscale: #CFCFCF. Windows color (decimal): -2954947 or 4057554. OLE color: 4057554.

HSL color Cylindrical-coordinate representation of color #D2E93D: hue angle of 68.02º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2E93D is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 61 -
CMYK 0.10 0 0.74 0.09
HSL 68.02º 0.8% 0.58% -
HSV(B) 68.02º 0.74% 0.91% -
XYZ 56.56 72.32 15.39 -
YUV 206.52 45.88 130.49 -
System Red Green Blue C M Y K H S L
Decimal 210 233 61 0.10 0 0.74 0.09 68.02 0.8 0.58
Hex D2 E9 3D A 0 4A 9 44 50 3A
Octal 322 351 75 12 0 112 11 104 120 72
Binary 11010010 11101001 111101 1010 0 1001010 1001 1000100 1010000 111010

Color Harmonies of #D2E93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E93D

Black with #D2E93D

Text Example


Text Example

White with #D2E93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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