Html Css Color HEX #B0DF28 Inch Worm

📋 copy color: '#B0DF28'

red 176 ◦ green 223 ◦ blue 40

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

Shades of Inch Worm #B0DF28

Tints of Inch Worm #B0DF28

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

 GREEN value IS 223 (87.5% from 255) = 50.8%

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 40.09%
G = 50.8%
B = 9.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#B0DF28 (or 0xB0DF28) is known color: Inch Worm. HEX triplet: B0, DF and 28. RGB value is (176,223,40). Sum of RGB (Red+Green+Blue) = 176+223+40=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF28 is #4F20D7. Grayscale: #BCBCBC. Windows color (decimal): -5185752 or 2678704. OLE color: 2678704.

HSL color Cylindrical-coordinate representation of color #B0DF28: hue angle of 75.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0DF28 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 40 -
CMYK 0.21 0 0.82 0.13
HSL 75.41º 0.74% 0.52% -
HSV(B) 75.41º 0.82% 0.87% -
XYZ 44.68 62.16 11.65 -
YUV 188.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 176 223 40 0.21 0 0.82 0.13 75.41 0.74 0.52
Hex B0 DF 28 15 0 52 D 4B 4A 34
Octal 260 337 50 25 0 122 15 113 112 64
Binary 10110000 11011111 101000 10101 0 1010010 1101 1001011 1001010 110100

Color Harmonies of #B0DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF28

Black with #B0DF28

Text Example


Text Example

White with #B0DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF28; }

 p { color: rgb(176,223,40); }

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

background-color css

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

 a { background-color: rgb(176,223,40); }

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

border-color css

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

 span { border-color: rgb(176,223,40); }

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