Html Css Color HEX #BDF117 Inch Worm

📋 copy color: '#BDF117'

red 189 ◦ green 241 ◦ blue 23

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

Shades of Inch Worm #BDF117

Tints of Inch Worm #BDF117

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.2%

 BLUE value IS 23 (9.38% from 255) = 5.08%

R = 41.72%
G = 53.2%
B = 5.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BDF117 (or 0xBDF117) is known color: Inch Worm. HEX triplet: BD, F1 and 17. RGB value is (189,241,23). Sum of RGB (Red+Green+Blue) = 189+241+23=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF117 is #420EE8. Grayscale: #C9C9C9. Windows color (decimal): -4329193 or 1569213. OLE color: 1569213.

HSL color Cylindrical-coordinate representation of color #BDF117: hue angle of 74.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF117 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 23 -
CMYK 0.22 0 0.90 0.05
HSL 74.31º 0.89% 0.52% -
HSV(B) 74.31º 0.9% 0.95% -
XYZ 52.6 73.79 12.28 -
YUV 200.6 27.77 119.73 -
System Red Green Blue C M Y K H S L
Decimal 189 241 23 0.22 0 0.90 0.05 74.31 0.89 0.52
Hex BD F1 17 16 0 5A 5 4A 59 34
Octal 275 361 27 26 0 132 5 112 131 64
Binary 10111101 11110001 10111 10110 0 1011010 101 1001010 1011001 110100

Color Harmonies of #BDF117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF117

Black with #BDF117

Text Example


Text Example

White with #BDF117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF117; }

 p { color: rgb(189,241,23); }

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

background-color css

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

 a { background-color: rgb(189,241,23); }

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

border-color css

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

 span { border-color: rgb(189,241,23); }

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