Html Css Color HEX #BDF61E Inch Worm

📋 copy color: '#BDF61E'

red 189 ◦ green 246 ◦ blue 30

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

Shades of Inch Worm #BDF61E

Tints of Inch Worm #BDF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.9%

 BLUE value IS 30 (12.11% from 255) = 6.45%

R = 40.65%
G = 52.9%
B = 6.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#BDF61E (or 0xBDF61E) is known color: Inch Worm. HEX triplet: BD, F6 and 1E. RGB value is (189,246,30). Sum of RGB (Red+Green+Blue) = 189+246+30=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF61E is #4209E1. Grayscale: #CDCDCD. Windows color (decimal): -4327906 or 2029245. OLE color: 2029245.

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

Color convert

RGB 189 246 30 -
CMYK 0.23 0 0.88 0.04
HSL 75.83º 0.92% 0.54% -
HSV(B) 75.83º 0.88% 0.96% -
XYZ 54.18 76.82 13.2 -
YUV 204.33 29.62 117.06 -
System Red Green Blue C M Y K H S L
Decimal 189 246 30 0.23 0 0.88 0.04 75.83 0.92 0.54
Hex BD F6 1E 17 0 58 4 4C 5C 36
Octal 275 366 36 27 0 130 4 114 134 66
Binary 10111101 11110110 11110 10111 0 1011000 100 1001100 1011100 110110

Color Harmonies of #BDF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF61E

Black with #BDF61E

Text Example


Text Example

White with #BDF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF61E; }

 p { color: rgb(189,246,30); }

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

background-color css

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

 a { background-color: rgb(189,246,30); }

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

border-color css

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

 span { border-color: rgb(189,246,30); }

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