Html Css Color HEX #BDF015 Inch Worm

📋 copy color: '#BDF015'

red 189 ◦ green 240 ◦ blue 21

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

Shades of Inch Worm #BDF015

Tints of Inch Worm #BDF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.33%

 BLUE value IS 21 (8.59% from 255) = 4.67%

R = 42%
G = 53.33%
B = 4.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#BDF015 (or 0xBDF015) is known color: Inch Worm. HEX triplet: BD, F0 and 15. RGB value is (189,240,21). Sum of RGB (Red+Green+Blue) = 189+240+21=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF015 is #420FEA. Grayscale: #C8C8C8. Windows color (decimal): -4329451 or 1437885. OLE color: 1437885.

HSL color Cylindrical-coordinate representation of color #BDF015: hue angle of 73.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF015 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 21 -
CMYK 0.21 0 0.91 0.06
HSL 73.97º 0.88% 0.51% -
HSV(B) 73.97º 0.91% 0.94% -
XYZ 52.28 73.19 12.08 -
YUV 199.79 27.1 120.31 -
System Red Green Blue C M Y K H S L
Decimal 189 240 21 0.21 0 0.91 0.06 73.97 0.88 0.51
Hex BD F0 15 15 0 5B 6 4A 58 33
Octal 275 360 25 25 0 133 6 112 130 63
Binary 10111101 11110000 10101 10101 0 1011011 110 1001010 1011000 110011

Color Harmonies of #BDF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF015

Black with #BDF015

Text Example


Text Example

White with #BDF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF015; }

 p { color: rgb(189,240,21); }

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

background-color css

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

 a { background-color: rgb(189,240,21); }

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

border-color css

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

 span { border-color: rgb(189,240,21); }

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