Html Css Color HEX #BFDD0F Inch Worm

📋 copy color: '#BFDD0F'

red 191 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #BFDD0F

Tints of Inch Worm #BFDD0F

RGB

 RED value IS 191 (75% from 255) = 44.73%

 GREEN value IS 221 (86.72% from 255) = 51.76%

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 44.73%
G = 51.76%
B = 3.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BFDD0F (or 0xBFDD0F) is known color: Inch Worm. HEX triplet: BF, DD and 0F. RGB value is (191,221,15). Sum of RGB (Red+Green+Blue) = 191+221+15=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD0F is #4022F0. Grayscale: #BDBDBD. Windows color (decimal): -4203249 or 1039807. OLE color: 1039807.

HSL color Cylindrical-coordinate representation of color #BFDD0F: hue angle of 68.74º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFDD0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 15 -
CMYK 0.14 0 0.93 0.13
HSL 68.74º 0.87% 0.46% -
HSV(B) 68.74º 0.93% 0.87% -
XYZ 47.43 62.82 10.08 -
YUV 188.55 30.06 129.75 -
System Red Green Blue C M Y K H S L
Decimal 191 221 15 0.14 0 0.93 0.13 68.74 0.87 0.46
Hex BF DD F E 0 5D D 45 57 2E
Octal 277 335 17 16 0 135 15 105 127 56
Binary 10111111 11011101 1111 1110 0 1011101 1101 1000101 1010111 101110

Color Harmonies of #BFDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD0F

Black with #BFDD0F

Text Example


Text Example

White with #BFDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD0F; }

 p { color: rgb(191,221,15); }

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

background-color css

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

 a { background-color: rgb(191,221,15); }

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

border-color css

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

 span { border-color: rgb(191,221,15); }

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