Html Css Color HEX #BDF915 Inch Worm

📋 copy color: '#BDF915'

red 189 ◦ green 249 ◦ blue 21

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

Shades of Inch Worm #BDF915

Tints of Inch Worm #BDF915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.25%

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

R = 41.18%
G = 54.25%
B = 4.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#BDF915 (or 0xBDF915) is known color: Inch Worm. HEX triplet: BD, F9 and 15. RGB value is (189,249,21). Sum of RGB (Red+Green+Blue) = 189+249+21=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF915 is #4206EA. Grayscale: #CDCDCD. Windows color (decimal): -4327147 or 1440189. OLE color: 1440189.

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

Color convert

RGB 189 249 21 -
CMYK 0.24 0 0.92 0.02
HSL 75.79º 0.95% 0.53% -
HSV(B) 75.79º 0.92% 0.98% -
XYZ 55 78.62 12.99 -
YUV 205.07 24.12 116.54 -
System Red Green Blue C M Y K H S L
Decimal 189 249 21 0.24 0 0.92 0.02 75.79 0.95 0.53
Hex BD F9 15 18 0 5C 2 4C 5F 35
Octal 275 371 25 30 0 134 2 114 137 65
Binary 10111101 11111001 10101 11000 0 1011100 10 1001100 1011111 110101

Color Harmonies of #BDF915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF915

Black with #BDF915

Text Example


Text Example

White with #BDF915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF915; }

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

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

background-color css

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

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

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

border-color css

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

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

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