Html Css Color HEX #B2DA25 Inch Worm

📋 copy color: '#B2DA25'

red 178 ◦ green 218 ◦ blue 37

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

Shades of Inch Worm #B2DA25

Tints of Inch Worm #B2DA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 41.11%
G = 50.35%
B = 8.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#B2DA25 (or 0xB2DA25) is known color: Inch Worm. HEX triplet: B2, DA and 25. RGB value is (178,218,37). Sum of RGB (Red+Green+Blue) = 178+218+37=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA25 is #4D25DA. Grayscale: #BABABA. Windows color (decimal): -5055963 or 2480818. OLE color: 2480818.

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

Color convert

RGB 178 218 37 -
CMYK 0.18 0 0.83 0.15
HSL 73.26º 0.71% 0.5% -
HSV(B) 73.26º 0.83% 0.85% -
XYZ 43.77 59.74 10.97 -
YUV 185.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 178 218 37 0.18 0 0.83 0.15 73.26 0.71 0.5
Hex B2 DA 25 12 0 53 F 49 47 32
Octal 262 332 45 22 0 123 17 111 107 62
Binary 10110010 11011010 100101 10010 0 1010011 1111 1001001 1000111 110010

Color Harmonies of #B2DA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA25

Black with #B2DA25

Text Example


Text Example

White with #B2DA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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