Html Css Color HEX #BDF31A Inch Worm

📋 copy color: '#BDF31A'

red 189 ◦ green 243 ◦ blue 26

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

Shades of Inch Worm #BDF31A

Tints of Inch Worm #BDF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.06%

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

R = 41.27%
G = 53.06%
B = 5.68%

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

#BDF31A (or 0xBDF31A) is known color: Inch Worm. HEX triplet: BD, F3 and 1A. RGB value is (189,243,26). Sum of RGB (Red+Green+Blue) = 189+243+26=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF31A is #420CE5. Grayscale: #CACACA. Windows color (decimal): -4328678 or 1766333. OLE color: 1766333.

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

Color convert

RGB 189 243 26 -
CMYK 0.22 0 0.89 0.05
HSL 74.93º 0.9% 0.53% -
HSV(B) 74.93º 0.89% 0.95% -
XYZ 53.22 74.99 12.65 -
YUV 202.12 28.61 118.64 -
System Red Green Blue C M Y K H S L
Decimal 189 243 26 0.22 0 0.89 0.05 74.93 0.9 0.53
Hex BD F3 1A 16 0 59 5 4B 5A 35
Octal 275 363 32 26 0 131 5 113 132 65
Binary 10111101 11110011 11010 10110 0 1011001 101 1001011 1011010 110101

Color Harmonies of #BDF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF31A

Black with #BDF31A

Text Example


Text Example

White with #BDF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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