Html Css Color HEX #D2E023 Pear

📋 copy color: '#D2E023'

red 210 ◦ green 224 ◦ blue 35

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

Shades of Pear #D2E023

Tints of Pear #D2E023

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 44.78%
G = 47.76%
B = 7.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D2E023 (or 0xD2E023) is known color: Pear. HEX triplet: D2, E0 and 23. RGB value is (210,224,35). Sum of RGB (Red+Green+Blue) = 210+224+35=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E023 is #2D1FDC. Grayscale: #C7C7C7. Windows color (decimal): -2957277 or 2351314. OLE color: 2351314.

HSL color Cylindrical-coordinate representation of color #D2E023: hue angle of 64.44º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2E023 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 35 -
CMYK 0.06 0 0.84 0.12
HSL 64.44º 0.75% 0.51% -
HSV(B) 64.44º 0.84% 0.88% -
XYZ 53.54 67.13 11.73 -
YUV 198.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 210 224 35 0.06 0 0.84 0.12 64.44 0.75 0.51
Hex D2 E0 23 6 0 54 C 40 4B 33
Octal 322 340 43 6 0 124 14 100 113 63
Binary 11010010 11100000 100011 110 0 1010100 1100 1000000 1001011 110011

Color Harmonies of #D2E023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E023

Black with #D2E023

Text Example


Text Example

White with #D2E023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E023; }

 p { color: rgb(210,224,35); }

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

background-color css

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

 a { background-color: rgb(210,224,35); }

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

border-color css

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

 span { border-color: rgb(210,224,35); }

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