Html Css Color HEX #D0E235 Pear

📋 copy color: '#D0E235'

red 208 ◦ green 226 ◦ blue 53

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

Shades of Pear #D0E235

Tints of Pear #D0E235

RGB

 RED value IS 208 (81.64% from 255) = 42.71%

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

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 42.71%
G = 46.41%
B = 10.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#D0E235 (or 0xD0E235) is known color: Pear. HEX triplet: D0, E2 and 35. RGB value is (208,226,53). Sum of RGB (Red+Green+Blue) = 208+226+53=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E235 is #2F1DCA. Grayscale: #C9C9C9. Windows color (decimal): -3087819 or 3531472. OLE color: 3531472.

HSL color Cylindrical-coordinate representation of color #D0E235: hue angle of 66.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0E235 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 53 -
CMYK 0.08 0 0.77 0.11
HSL 66.24º 0.75% 0.55% -
HSV(B) 66.24º 0.77% 0.89% -
XYZ 53.85 68.06 13.67 -
YUV 200.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 208 226 53 0.08 0 0.77 0.11 66.24 0.75 0.55
Hex D0 E2 35 8 0 4D B 42 4B 37
Octal 320 342 65 10 0 115 13 102 113 67
Binary 11010000 11100010 110101 1000 0 1001101 1011 1000010 1001011 110111

Color Harmonies of #D0E235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E235

Black with #D0E235

Text Example


Text Example

White with #D0E235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E235; }

 p { color: rgb(208,226,53); }

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

background-color css

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

 a { background-color: rgb(208,226,53); }

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

border-color css

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

 span { border-color: rgb(208,226,53); }

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