Html Css Color HEX #D0F326 Pear

📋 copy color: '#D0F326'

red 208 ◦ green 243 ◦ blue 38

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

Shades of Pear #D0F326

Tints of Pear #D0F326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.69%

 BLUE value IS 38 (15.23% from 255) = 7.77%

R = 42.54%
G = 49.69%
B = 7.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D0F326 (or 0xD0F326) is known color: Pear. HEX triplet: D0, F3 and 26. RGB value is (208,243,38). Sum of RGB (Red+Green+Blue) = 208+243+38=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F326 is #2F0CD9. Grayscale: #D1D1D1. Windows color (decimal): -3083482 or 2552784. OLE color: 2552784.

HSL color Cylindrical-coordinate representation of color #D0F326: hue angle of 70.24º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0F326 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 243 38 -
CMYK 0.14 0 0.84 0.05
HSL 70.24º 0.9% 0.55% -
HSV(B) 70.24º 0.84% 0.95% -
XYZ 58.41 77.65 13.74 -
YUV 209.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 208 243 38 0.14 0 0.84 0.05 70.24 0.9 0.55
Hex D0 F3 26 E 0 54 5 46 5A 37
Octal 320 363 46 16 0 124 5 106 132 67
Binary 11010000 11110011 100110 1110 0 1010100 101 1000110 1011010 110111

Color Harmonies of #D0F326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F326

Black with #D0F326

Text Example


Text Example

White with #D0F326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F326; }

 p { color: rgb(208,243,38); }

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

background-color css

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

 a { background-color: rgb(208,243,38); }

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

border-color css

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

 span { border-color: rgb(208,243,38); }

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