Html Css Color HEX #BDF716 Inch Worm

📋 copy color: '#BDF716'

red 189 ◦ green 247 ◦ blue 22

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

Shades of Inch Worm #BDF716

Tints of Inch Worm #BDF716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.93%

 BLUE value IS 22 (8.98% from 255) = 4.8%

R = 41.27%
G = 53.93%
B = 4.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#BDF716 (or 0xBDF716) is known color: Inch Worm. HEX triplet: BD, F7 and 16. RGB value is (189,247,22). Sum of RGB (Red+Green+Blue) = 189+247+22=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF716 is #4208E9. Grayscale: #CCCCCC. Windows color (decimal): -4327658 or 1505213. OLE color: 1505213.

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

Color convert

RGB 189 247 22 -
CMYK 0.23 0 0.91 0.03
HSL 75.47º 0.93% 0.53% -
HSV(B) 75.47º 0.91% 0.97% -
XYZ 54.39 77.4 12.83 -
YUV 204.01 25.28 117.3 -
System Red Green Blue C M Y K H S L
Decimal 189 247 22 0.23 0 0.91 0.03 75.47 0.93 0.53
Hex BD F7 16 17 0 5B 3 4B 5D 35
Octal 275 367 26 27 0 133 3 113 135 65
Binary 10111101 11110111 10110 10111 0 1011011 11 1001011 1011101 110101

Color Harmonies of #BDF716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF716

Black with #BDF716

Text Example


Text Example

White with #BDF716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF716; }

 p { color: rgb(189,247,22); }

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

background-color css

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

 a { background-color: rgb(189,247,22); }

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

border-color css

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

 span { border-color: rgb(189,247,22); }

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