Html Css Color HEX #BDF61D Inch Worm

📋 copy color: '#BDF61D'

red 189 ◦ green 246 ◦ blue 29

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

Shades of Inch Worm #BDF61D

Tints of Inch Worm #BDF61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.25%

R = 40.73%
G = 53.02%
B = 6.25%

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

#BDF61D (or 0xBDF61D) is known color: Inch Worm. HEX triplet: BD, F6 and 1D. RGB value is (189,246,29). Sum of RGB (Red+Green+Blue) = 189+246+29=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF61D is #4209E2. Grayscale: #CDCDCD. Windows color (decimal): -4327907 or 1963709. OLE color: 1963709.

HSL color Cylindrical-coordinate representation of color #BDF61D: hue angle of 75.76º 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 #BDF61D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 29 -
CMYK 0.23 0 0.88 0.04
HSL 75.76º 0.92% 0.54% -
HSV(B) 75.76º 0.88% 0.96% -
XYZ 54.16 76.82 13.14 -
YUV 204.22 29.12 117.14 -
System Red Green Blue C M Y K H S L
Decimal 189 246 29 0.23 0 0.88 0.04 75.76 0.92 0.54
Hex BD F6 1D 17 0 58 4 4C 5C 36
Octal 275 366 35 27 0 130 4 114 134 66
Binary 10111101 11110110 11101 10111 0 1011000 100 1001100 1011100 110110

Color Harmonies of #BDF61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF61D

Black with #BDF61D

Text Example


Text Example

White with #BDF61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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