Html Css Color HEX #D2E01E Pear

📋 copy color: '#D2E01E'

red 210 ◦ green 224 ◦ blue 30

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

Shades of Pear #D2E01E

Tints of Pear #D2E01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.47%

R = 45.26%
G = 48.28%
B = 6.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#D2E01E (or 0xD2E01E) is known color: Pear. HEX triplet: D2, E0 and 1E. RGB value is (210,224,30). Sum of RGB (Red+Green+Blue) = 210+224+30=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E01E is #2D1FE1. Grayscale: #C6C6C6. Windows color (decimal): -2957282 or 2023634. OLE color: 2023634.

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

Color convert

RGB 210 224 30 -
CMYK 0.06 0 0.87 0.12
HSL 64.33º 0.76% 0.5% -
HSV(B) 64.33º 0.87% 0.88% -
XYZ 53.47 67.11 11.36 -
YUV 197.7 33.36 136.77 -
System Red Green Blue C M Y K H S L
Decimal 210 224 30 0.06 0 0.87 0.12 64.33 0.76 0.5
Hex D2 E0 1E 6 0 57 C 40 4C 32
Octal 322 340 36 6 0 127 14 100 114 62
Binary 11010010 11100000 11110 110 0 1010111 1100 1000000 1001100 110010

Color Harmonies of #D2E01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E01E

Black with #D2E01E

Text Example


Text Example

White with #D2E01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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