Html Css Color HEX #BDF511 Inch Worm

📋 copy color: '#BDF511'

red 189 ◦ green 245 ◦ blue 17

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

Shades of Inch Worm #BDF511

Tints of Inch Worm #BDF511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.77%

R = 41.91%
G = 54.32%
B = 3.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#BDF511 (or 0xBDF511) is known color: Inch Worm. HEX triplet: BD, F5 and 11. RGB value is (189,245,17). Sum of RGB (Red+Green+Blue) = 189+245+17=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF511 is #420AEE. Grayscale: #CBCBCB. Windows color (decimal): -4328175 or 1177021. OLE color: 1177021.

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

Color convert

RGB 189 245 17 -
CMYK 0.23 0 0.93 0.04
HSL 74.74º 0.92% 0.51% -
HSV(B) 74.74º 0.93% 0.96% -
XYZ 53.74 76.16 12.4 -
YUV 202.26 23.45 118.54 -
System Red Green Blue C M Y K H S L
Decimal 189 245 17 0.23 0 0.93 0.04 74.74 0.92 0.51
Hex BD F5 11 17 0 5D 4 4B 5C 33
Octal 275 365 21 27 0 135 4 113 134 63
Binary 10111101 11110101 10001 10111 0 1011101 100 1001011 1011100 110011

Color Harmonies of #BDF511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF511

Black with #BDF511

Text Example


Text Example

White with #BDF511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF511; }

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

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

background-color css

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

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

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

border-color css

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

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

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