Html Css Color HEX #BDF50F Inch Worm

📋 copy color: '#BDF50F'

red 189 ◦ green 245 ◦ blue 15

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

Shades of Inch Worm #BDF50F

Tints of Inch Worm #BDF50F

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

 GREEN value IS 245 (96.09% from 255) = 54.57%

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

R = 42.09%
G = 54.57%
B = 3.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BDF50F (or 0xBDF50F) is known color: Inch Worm. HEX triplet: BD, F5 and 0F. RGB value is (189,245,15). Sum of RGB (Red+Green+Blue) = 189+245+15=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF50F is #420AF0. Grayscale: #CACACA. Windows color (decimal): -4328177 or 1045949. OLE color: 1045949.

HSL color Cylindrical-coordinate representation of color #BDF50F: hue angle of 74.61º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF50F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 15 -
CMYK 0.23 0 0.94 0.04
HSL 74.61º 0.92% 0.51% -
HSV(B) 74.61º 0.94% 0.96% -
XYZ 53.72 76.16 12.32 -
YUV 202.04 22.45 118.7 -
System Red Green Blue C M Y K H S L
Decimal 189 245 15 0.23 0 0.94 0.04 74.61 0.92 0.51
Hex BD F5 F 17 0 5E 4 4B 5C 33
Octal 275 365 17 27 0 136 4 113 134 63
Binary 10111101 11110101 1111 10111 0 1011110 100 1001011 1011100 110011

Color Harmonies of #BDF50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF50F

Black with #BDF50F

Text Example


Text Example

White with #BDF50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF50F; }

 p { color: rgb(189,245,15); }

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

background-color css

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

 a { background-color: rgb(189,245,15); }

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

border-color css

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

 span { border-color: rgb(189,245,15); }

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