Html Css Color HEX #D0F31D Pear

📋 copy color: '#D0F31D'

red 208 ◦ green 243 ◦ blue 29

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

Shades of Pear #D0F31D

Tints of Pear #D0F31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.04%

R = 43.33%
G = 50.63%
B = 6.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D0F31D (or 0xD0F31D) is known color: Pear. HEX triplet: D0, F3 and 1D. RGB value is (208,243,29). Sum of RGB (Red+Green+Blue) = 208+243+29=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F31D is #2F0CE2. Grayscale: #D0D0D0. Windows color (decimal): -3083491 or 1962960. OLE color: 1962960.

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

Color convert

RGB 208 243 29 -
CMYK 0.14 0 0.88 0.05
HSL 69.81º 0.9% 0.53% -
HSV(B) 69.81º 0.88% 0.95% -
XYZ 58.28 77.6 13.07 -
YUV 208.14 26.9 127.9 -
System Red Green Blue C M Y K H S L
Decimal 208 243 29 0.14 0 0.88 0.05 69.81 0.9 0.53
Hex D0 F3 1D E 0 58 5 46 5A 35
Octal 320 363 35 16 0 130 5 106 132 65
Binary 11010000 11110011 11101 1110 0 1011000 101 1000110 1011010 110101

Color Harmonies of #D0F31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F31D

Black with #D0F31D

Text Example


Text Example

White with #D0F31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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