Html Css Color HEX #BDF518 Inch Worm

📋 copy color: '#BDF518'

red 189 ◦ green 245 ◦ blue 24

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

Shades of Inch Worm #BDF518

Tints of Inch Worm #BDF518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.24%

R = 41.27%
G = 53.49%
B = 5.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#BDF518 (or 0xBDF518) is known color: Inch Worm. HEX triplet: BD, F5 and 18. RGB value is (189,245,24). Sum of RGB (Red+Green+Blue) = 189+245+24=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF518 is #420AE7. Grayscale: #CBCBCB. Windows color (decimal): -4328168 or 1635773. OLE color: 1635773.

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

Color convert

RGB 189 245 24 -
CMYK 0.23 0 0.90 0.04
HSL 75.2º 0.92% 0.53% -
HSV(B) 75.2º 0.9% 0.96% -
XYZ 53.8 76.19 12.73 -
YUV 203.06 26.95 117.97 -
System Red Green Blue C M Y K H S L
Decimal 189 245 24 0.23 0 0.90 0.04 75.2 0.92 0.53
Hex BD F5 18 17 0 5A 4 4B 5C 35
Octal 275 365 30 27 0 132 4 113 134 65
Binary 10111101 11110101 11000 10111 0 1011010 100 1001011 1011100 110101

Color Harmonies of #BDF518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF518

Black with #BDF518

Text Example


Text Example

White with #BDF518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF518; }

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

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

background-color css

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

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

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

border-color css

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

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

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