Html Css Color HEX #BDF10A Inch Worm

📋 copy color: '#BDF10A'

red 189 ◦ green 241 ◦ blue 10

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

Shades of Inch Worm #BDF10A

Tints of Inch Worm #BDF10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 42.95%
G = 54.77%
B = 2.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#BDF10A (or 0xBDF10A) is known color: Inch Worm. HEX triplet: BD, F1 and 0A. RGB value is (189,241,10). Sum of RGB (Red+Green+Blue) = 189+241+10=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF10A is #420EF5. Grayscale: #C7C7C7. Windows color (decimal): -4329206 or 717245. OLE color: 717245.

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

Color convert

RGB 189 241 10 -
CMYK 0.22 0 0.96 0.05
HSL 73.51º 0.92% 0.49% -
HSV(B) 73.51º 0.96% 0.95% -
XYZ 52.5 73.75 11.76 -
YUV 199.12 21.27 120.78 -
System Red Green Blue C M Y K H S L
Decimal 189 241 10 0.22 0 0.96 0.05 73.51 0.92 0.49
Hex BD F1 A 16 0 60 5 4A 5C 31
Octal 275 361 12 26 0 140 5 112 134 61
Binary 10111101 11110001 1010 10110 0 1100000 101 1001010 1011100 110001

Color Harmonies of #BDF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF10A

Black with #BDF10A

Text Example


Text Example

White with #BDF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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