Html Css Color HEX #BDF61A Inch Worm

📋 copy color: '#BDF61A'

red 189 ◦ green 246 ◦ blue 26

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

Shades of Inch Worm #BDF61A

Tints of Inch Worm #BDF61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.64%

R = 41%
G = 53.36%
B = 5.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#BDF61A (or 0xBDF61A) is known color: Inch Worm. HEX triplet: BD, F6 and 1A. RGB value is (189,246,26). Sum of RGB (Red+Green+Blue) = 189+246+26=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF61A is #4209E5. Grayscale: #CCCCCC. Windows color (decimal): -4327910 or 1767101. OLE color: 1767101.

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

Color convert

RGB 189 246 26 -
CMYK 0.23 0 0.89 0.04
HSL 75.55º 0.92% 0.53% -
HSV(B) 75.55º 0.89% 0.96% -
XYZ 54.13 76.8 12.95 -
YUV 203.88 27.62 117.39 -
System Red Green Blue C M Y K H S L
Decimal 189 246 26 0.23 0 0.89 0.04 75.55 0.92 0.53
Hex BD F6 1A 17 0 59 4 4C 5C 35
Octal 275 366 32 27 0 131 4 114 134 65
Binary 10111101 11110110 11010 10111 0 1011001 100 1001100 1011100 110101

Color Harmonies of #BDF61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF61A

Black with #BDF61A

Text Example


Text Example

White with #BDF61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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