Html Css Color HEX #BDF713 Inch Worm

📋 copy color: '#BDF713'

red 189 ◦ green 247 ◦ blue 19

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

Shades of Inch Worm #BDF713

Tints of Inch Worm #BDF713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.18%

R = 41.54%
G = 54.29%
B = 4.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BDF713 (or 0xBDF713) is known color: Inch Worm. HEX triplet: BD, F7 and 13. RGB value is (189,247,19). Sum of RGB (Red+Green+Blue) = 189+247+19=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF713 is #4208EC. Grayscale: #CCCCCC. Windows color (decimal): -4327661 or 1308605. OLE color: 1308605.

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

Color convert

RGB 189 247 19 -
CMYK 0.23 0 0.92 0.03
HSL 75.26º 0.93% 0.52% -
HSV(B) 75.26º 0.92% 0.97% -
XYZ 54.36 77.39 12.69 -
YUV 203.67 23.78 117.54 -
System Red Green Blue C M Y K H S L
Decimal 189 247 19 0.23 0 0.92 0.03 75.26 0.93 0.52
Hex BD F7 13 17 0 5C 3 4B 5D 34
Octal 275 367 23 27 0 134 3 113 135 64
Binary 10111101 11110111 10011 10111 0 1011100 11 1001011 1011101 110100

Color Harmonies of #BDF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF713

Black with #BDF713

Text Example


Text Example

White with #BDF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF713; }

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

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

background-color css

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

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

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

border-color css

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

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

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