Html Css Color HEX #D2E245 Pear

📋 copy color: '#D2E245'

red 210 ◦ green 226 ◦ blue 69

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

Shades of Pear #D2E245

Tints of Pear #D2E245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.75%

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 41.58%
G = 44.75%
B = 13.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#D2E245 (or 0xD2E245) is known color: Pear. HEX triplet: D2, E2 and 45. RGB value is (210,226,69). Sum of RGB (Red+Green+Blue) = 210+226+69=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E245 is #2D1DBA. Grayscale: #CBCBCB. Windows color (decimal): -2956731 or 4580050. OLE color: 4580050.

HSL color Cylindrical-coordinate representation of color #D2E245: hue angle of 66.11º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2E245 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 69 -
CMYK 0.07 0 0.69 0.11
HSL 66.11º 0.73% 0.58% -
HSV(B) 66.11º 0.69% 0.89% -
XYZ 54.85 68.52 15.97 -
YUV 203.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 210 226 69 0.07 0 0.69 0.11 66.11 0.73 0.58
Hex D2 E2 45 7 0 45 B 42 49 3A
Octal 322 342 105 7 0 105 13 102 111 72
Binary 11010010 11100010 1000101 111 0 1000101 1011 1000010 1001001 111010

Color Harmonies of #D2E245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E245

Black with #D2E245

Text Example


Text Example

White with #D2E245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E245; }

 p { color: rgb(210,226,69); }

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

background-color css

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

 a { background-color: rgb(210,226,69); }

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

border-color css

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

 span { border-color: rgb(210,226,69); }

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