Html Css Color HEX #B2DA14 Inch Worm

📋 copy color: '#B2DA14'

red 178 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #B2DA14

Tints of Inch Worm #B2DA14

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

 GREEN value IS 218 (85.55% from 255) = 52.4%

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 42.79%
G = 52.4%
B = 4.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B2DA14 (or 0xB2DA14) is known color: Inch Worm. HEX triplet: B2, DA and 14. RGB value is (178,218,20). Sum of RGB (Red+Green+Blue) = 178+218+20=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA14 is #4D25EB. Grayscale: #B8B8B8. Windows color (decimal): -5055980 or 1366706. OLE color: 1366706.

HSL color Cylindrical-coordinate representation of color #B2DA14: hue angle of 72.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2DA14 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 20 -
CMYK 0.18 0 0.91 0.15
HSL 72.12º 0.83% 0.47% -
HSV(B) 72.12º 0.91% 0.85% -
XYZ 43.56 59.66 9.88 -
YUV 183.47 35.75 124.1 -
System Red Green Blue C M Y K H S L
Decimal 178 218 20 0.18 0 0.91 0.15 72.12 0.83 0.47
Hex B2 DA 14 12 0 5B F 48 53 2F
Octal 262 332 24 22 0 133 17 110 123 57
Binary 10110010 11011010 10100 10010 0 1011011 1111 1001000 1010011 101111

Color Harmonies of #B2DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA14

Black with #B2DA14

Text Example


Text Example

White with #B2DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA14; }

 p { color: rgb(178,218,20); }

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

background-color css

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

 a { background-color: rgb(178,218,20); }

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

border-color css

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

 span { border-color: rgb(178,218,20); }

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