Html Css Color HEX #BDF61B Inch Worm

📋 copy color: '#BDF61B'

red 189 ◦ green 246 ◦ blue 27

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

Shades of Inch Worm #BDF61B

Tints of Inch Worm #BDF61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.84%

R = 40.91%
G = 53.25%
B = 5.84%

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

#BDF61B (or 0xBDF61B) is known color: Inch Worm. HEX triplet: BD, F6 and 1B. RGB value is (189,246,27). Sum of RGB (Red+Green+Blue) = 189+246+27=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF61B is #4209E4. Grayscale: #CCCCCC. Windows color (decimal): -4327909 or 1832637. OLE color: 1832637.

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

Color convert

RGB 189 246 27 -
CMYK 0.23 0 0.89 0.04
HSL 75.62º 0.92% 0.54% -
HSV(B) 75.62º 0.89% 0.96% -
XYZ 54.14 76.81 13.01 -
YUV 203.99 28.12 117.31 -
System Red Green Blue C M Y K H S L
Decimal 189 246 27 0.23 0 0.89 0.04 75.62 0.92 0.54
Hex BD F6 1B 17 0 59 4 4C 5C 36
Octal 275 366 33 27 0 131 4 114 134 66
Binary 10111101 11110110 11011 10111 0 1011001 100 1001100 1011100 110110

Color Harmonies of #BDF61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF61B

Black with #BDF61B

Text Example


Text Example

White with #BDF61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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