Html Css Color HEX #D0F434 Pear

📋 copy color: '#D0F434'

red 208 ◦ green 244 ◦ blue 52

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

Shades of Pear #D0F434

Tints of Pear #D0F434

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.41%

 BLUE value IS 52 (20.7% from 255) = 10.32%

R = 41.27%
G = 48.41%
B = 10.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#D0F434 (or 0xD0F434) is known color: Pear. HEX triplet: D0, F4 and 34. RGB value is (208,244,52). Sum of RGB (Red+Green+Blue) = 208+244+52=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F434 is #2F0BCB. Grayscale: #D4D4D4. Windows color (decimal): -3083212 or 3470544. OLE color: 3470544.

HSL color Cylindrical-coordinate representation of color #D0F434: hue angle of 71.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0F434 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 52 -
CMYK 0.15 0 0.79 0.04
HSL 71.25º 0.9% 0.58% -
HSV(B) 71.25º 0.79% 0.96% -
XYZ 58.98 78.36 15.26 -
YUV 211.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 208 244 52 0.15 0 0.79 0.04 71.25 0.9 0.58
Hex D0 F4 34 F 0 4F 4 47 5A 3A
Octal 320 364 64 17 0 117 4 107 132 72
Binary 11010000 11110100 110100 1111 0 1001111 100 1000111 1011010 111010

Color Harmonies of #D0F434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F434

Black with #D0F434

Text Example


Text Example

White with #D0F434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F434; }

 p { color: rgb(208,244,52); }

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

background-color css

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

 a { background-color: rgb(208,244,52); }

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

border-color css

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

 span { border-color: rgb(208,244,52); }

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