Html Css Color HEX #D2E93C Pear

📋 copy color: '#D2E93C'

red 210 ◦ green 233 ◦ blue 60

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

Shades of Pear #D2E93C

Tints of Pear #D2E93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.93%

R = 41.75%
G = 46.32%
B = 11.93%

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

#D2E93C (or 0xD2E93C) is known color: Pear. HEX triplet: D2, E9 and 3C. RGB value is (210,233,60). Sum of RGB (Red+Green+Blue) = 210+233+60=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E93C is #2D16C3. Grayscale: #CFCFCF. Windows color (decimal): -2954948 or 3992018. OLE color: 3992018.

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

Color convert

RGB 210 233 60 -
CMYK 0.10 0 0.74 0.09
HSL 67.98º 0.8% 0.57% -
HSV(B) 67.98º 0.74% 0.91% -
XYZ 56.53 72.31 15.25 -
YUV 206.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 210 233 60 0.10 0 0.74 0.09 67.98 0.8 0.57
Hex D2 E9 3C A 0 4A 9 44 50 39
Octal 322 351 74 12 0 112 11 104 120 71
Binary 11010010 11101001 111100 1010 0 1001010 1001 1000100 1010000 111001

Color Harmonies of #D2E93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E93C

Black with #D2E93C

Text Example


Text Example

White with #D2E93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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