Html Css Color HEX #D0F63C Pear

📋 copy color: '#D0F63C'

red 208 ◦ green 246 ◦ blue 60

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

Shades of Pear #D0F63C

Tints of Pear #D0F63C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.86%

 BLUE value IS 60 (23.83% from 255) = 11.67%

R = 40.47%
G = 47.86%
B = 11.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#D0F63C (or 0xD0F63C) is known color: Pear. HEX triplet: D0, F6 and 3C. RGB value is (208,246,60). Sum of RGB (Red+Green+Blue) = 208+246+60=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F63C is #2F09C3. Grayscale: #D6D6D6. Windows color (decimal): -3082692 or 3995344. OLE color: 3995344.

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

Color convert

RGB 208 246 60 -
CMYK 0.15 0 0.76 0.04
HSL 72.26º 0.91% 0.6% -
HSV(B) 72.26º 0.76% 0.96% -
XYZ 59.78 79.65 16.5 -
YUV 213.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 208 246 60 0.15 0 0.76 0.04 72.26 0.91 0.6
Hex D0 F6 3C F 0 4C 4 48 5B 3C
Octal 320 366 74 17 0 114 4 110 133 74
Binary 11010000 11110110 111100 1111 0 1001100 100 1001000 1011011 111100

Color Harmonies of #D0F63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F63C

Black with #D0F63C

Text Example


Text Example

White with #D0F63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F63C; }

 p { color: rgb(208,246,60); }

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

background-color css

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

 a { background-color: rgb(208,246,60); }

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

border-color css

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

 span { border-color: rgb(208,246,60); }

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