Html Css Color HEX #BDF815 Inch Worm

📋 copy color: '#BDF815'

red 189 ◦ green 248 ◦ blue 21

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

Shades of Inch Worm #BDF815

Tints of Inch Worm #BDF815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.15%

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

R = 41.27%
G = 54.15%
B = 4.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BDF815 (or 0xBDF815) is known color: Inch Worm. HEX triplet: BD, F8 and 15. RGB value is (189,248,21). Sum of RGB (Red+Green+Blue) = 189+248+21=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF815 is #4207EA. Grayscale: #CDCDCD. Windows color (decimal): -4327403 or 1439933. OLE color: 1439933.

HSL color Cylindrical-coordinate representation of color #BDF815: hue angle of 75.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF815 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 21 -
CMYK 0.24 0 0.92 0.03
HSL 75.59º 0.94% 0.53% -
HSV(B) 75.59º 0.92% 0.97% -
XYZ 54.69 78.01 12.88 -
YUV 204.48 24.45 116.96 -
System Red Green Blue C M Y K H S L
Decimal 189 248 21 0.24 0 0.92 0.03 75.59 0.94 0.53
Hex BD F8 15 18 0 5C 3 4C 5E 35
Octal 275 370 25 30 0 134 3 114 136 65
Binary 10111101 11111000 10101 11000 0 1011100 11 1001100 1011110 110101

Color Harmonies of #BDF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF815

Black with #BDF815

Text Example


Text Example

White with #BDF815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF815; }

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

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

background-color css

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

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

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

border-color css

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

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

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