Html Css Color HEX #BDF510 Inch Worm

📋 copy color: '#BDF510'

red 189 ◦ green 245 ◦ blue 16

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

Shades of Inch Worm #BDF510

Tints of Inch Worm #BDF510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 42%
G = 54.44%
B = 3.56%

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

#BDF510 (or 0xBDF510) is known color: Inch Worm. HEX triplet: BD, F5 and 10. RGB value is (189,245,16). Sum of RGB (Red+Green+Blue) = 189+245+16=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF510 is #420AEF. Grayscale: #CBCBCB. Windows color (decimal): -4328176 or 1111485. OLE color: 1111485.

HSL color Cylindrical-coordinate representation of color #BDF510: hue angle of 74.67º 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 #BDF510 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 16 -
CMYK 0.23 0 0.93 0.04
HSL 74.67º 0.92% 0.51% -
HSV(B) 74.67º 0.93% 0.96% -
XYZ 53.73 76.16 12.36 -
YUV 202.15 22.95 118.62 -
System Red Green Blue C M Y K H S L
Decimal 189 245 16 0.23 0 0.93 0.04 74.67 0.92 0.51
Hex BD F5 10 17 0 5D 4 4B 5C 33
Octal 275 365 20 27 0 135 4 113 134 63
Binary 10111101 11110101 10000 10111 0 1011101 100 1001011 1011100 110011

Color Harmonies of #BDF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF510

Black with #BDF510

Text Example


Text Example

White with #BDF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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