Html Css Color HEX #B3D470 Caper

📋 copy color: '#B3D470'

red 179 ◦ green 212 ◦ blue 112

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

Shades of Caper #B3D470

Tints of Caper #B3D470

RGB

 RED value IS 179 (70.31% from 255) = 35.59%

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 35.59%
G = 42.15%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#B3D470 (or 0xB3D470) is known color: Caper. HEX triplet: B3, D4 and 70. RGB value is (179,212,112). Sum of RGB (Red+Green+Blue) = 179+212+112=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D470 is #4C2B8F. Grayscale: #BFBFBF. Windows color (decimal): -4991888 or 7394483. OLE color: 7394483.

HSL color Cylindrical-coordinate representation of color #B3D470: hue angle of 79.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3D470 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 212 112 -
CMYK 0.16 0 0.47 0.17
HSL 79.8º 0.54% 0.64% -
HSV(B) 79.8º 0.47% 0.83% -
XYZ 45.06 57.84 24.12 -
YUV 190.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 179 212 112 0.16 0 0.47 0.17 79.8 0.54 0.64
Hex B3 D4 70 10 0 2F 11 50 36 40
Octal 263 324 160 20 0 57 21 120 66 100
Binary 10110011 11010100 1110000 10000 0 101111 10001 1010000 110110 1000000

Color Harmonies of #B3D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D470

Black with #B3D470

Text Example


Text Example

White with #B3D470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D470; }

 p { color: rgb(179,212,112); }

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

background-color css

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

 a { background-color: rgb(179,212,112); }

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

border-color css

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

 span { border-color: rgb(179,212,112); }

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