Html Css Color HEX #BDF11A Inch Worm

📋 copy color: '#BDF11A'

red 189 ◦ green 241 ◦ blue 26

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

Shades of Inch Worm #BDF11A

Tints of Inch Worm #BDF11A

RGB

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

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

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

R = 41.45%
G = 52.85%
B = 5.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#BDF11A (or 0xBDF11A) is known color: Inch Worm. HEX triplet: BD, F1 and 1A. RGB value is (189,241,26). Sum of RGB (Red+Green+Blue) = 189+241+26=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF11A is #420EE5. Grayscale: #C9C9C9. Windows color (decimal): -4329190 or 1765821. OLE color: 1765821.

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

Color convert

RGB 189 241 26 -
CMYK 0.22 0 0.89 0.05
HSL 74.51º 0.88% 0.52% -
HSV(B) 74.51º 0.89% 0.95% -
XYZ 52.63 73.8 12.45 -
YUV 200.94 29.27 119.48 -
System Red Green Blue C M Y K H S L
Decimal 189 241 26 0.22 0 0.89 0.05 74.51 0.88 0.52
Hex BD F1 1A 16 0 59 5 4B 58 34
Octal 275 361 32 26 0 131 5 113 130 64
Binary 10111101 11110001 11010 10110 0 1011001 101 1001011 1011000 110100

Color Harmonies of #BDF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF11A

Black with #BDF11A

Text Example


Text Example

White with #BDF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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