Html Css Color HEX #D0F830 Pear

📋 copy color: '#D0F830'

red 208 ◦ green 248 ◦ blue 48

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

Shades of Pear #D0F830

Tints of Pear #D0F830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 48 (19.14% from 255) = 9.52%

R = 41.27%
G = 49.21%
B = 9.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#D0F830 (or 0xD0F830) is known color: Pear. HEX triplet: D0, F8 and 30. RGB value is (208,248,48). Sum of RGB (Red+Green+Blue) = 208+248+48=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F830 is #2F07CF. Grayscale: #D6D6D6. Windows color (decimal): -3082192 or 3209424. OLE color: 3209424.

HSL color Cylindrical-coordinate representation of color #D0F830: hue angle of 72º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0F830 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 48 -
CMYK 0.16 0 0.81 0.03
HSL 72º 0.93% 0.58% -
HSV(B) 72º 0.81% 0.97% -
XYZ 60.11 80.76 15.22 -
YUV 213.24 34.75 124.26 -
System Red Green Blue C M Y K H S L
Decimal 208 248 48 0.16 0 0.81 0.03 72 0.93 0.58
Hex D0 F8 30 10 0 51 3 48 5D 3A
Octal 320 370 60 20 0 121 3 110 135 72
Binary 11010000 11111000 110000 10000 0 1010001 11 1001000 1011101 111010

Color Harmonies of #D0F830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F830

Black with #D0F830

Text Example


Text Example

White with #D0F830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F830; }

 p { color: rgb(208,248,48); }

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

background-color css

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

 a { background-color: rgb(208,248,48); }

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

border-color css

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

 span { border-color: rgb(208,248,48); }

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