Html Css Color HEX #BBDF07 Inch Worm

📋 copy color: '#BBDF07'

red 187 ◦ green 223 ◦ blue 7

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

Shades of Inch Worm #BBDF07

Tints of Inch Worm #BBDF07

RGB

 RED value IS 187 (73.44% from 255) = 44.84%

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 44.84%
G = 53.48%
B = 1.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BBDF07 (or 0xBBDF07) is known color: Inch Worm. HEX triplet: BB, DF and 07. RGB value is (187,223,7). Sum of RGB (Red+Green+Blue) = 187+223+7=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF07 is #4420F8. Grayscale: #BCBCBC. Windows color (decimal): -4464889 or 516027. OLE color: 516027.

HSL color Cylindrical-coordinate representation of color #BBDF07: hue angle of 70º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBDF07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 7 -
CMYK 0.16 0 0.97 0.13
HSL 70º 0.94% 0.45% -
HSV(B) 70º 0.97% 0.87% -
XYZ 46.92 63.36 9.96 -
YUV 187.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 187 223 7 0.16 0 0.97 0.13 70 0.94 0.45
Hex BB DF 7 10 0 61 D 46 5E 2D
Octal 273 337 7 20 0 141 15 106 136 55
Binary 10111011 11011111 111 10000 0 1100001 1101 1000110 1011110 101101

Color Harmonies of #BBDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF07

Black with #BBDF07

Text Example


Text Example

White with #BBDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF07; }

 p { color: rgb(187,223,7); }

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

background-color css

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

 a { background-color: rgb(187,223,7); }

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

border-color css

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

 span { border-color: rgb(187,223,7); }

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