Html Css Color HEX #BDF21A Inch Worm

📋 copy color: '#BDF21A'

red 189 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #BDF21A

Tints of Inch Worm #BDF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.95%

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

R = 41.36%
G = 52.95%
B = 5.69%

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

#BDF21A (or 0xBDF21A) is known color: Inch Worm. HEX triplet: BD, F2 and 1A. RGB value is (189,242,26). Sum of RGB (Red+Green+Blue) = 189+242+26=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF21A is #420DE5. Grayscale: #CACACA. Windows color (decimal): -4328934 or 1766077. OLE color: 1766077.

HSL color Cylindrical-coordinate representation of color #BDF21A: hue angle of 74.72º degrees, saturation: 0.89, 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 #BDF21A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 26 -
CMYK 0.22 0 0.89 0.05
HSL 74.72º 0.89% 0.53% -
HSV(B) 74.72º 0.89% 0.95% -
XYZ 52.92 74.4 12.55 -
YUV 201.53 28.94 119.06 -
System Red Green Blue C M Y K H S L
Decimal 189 242 26 0.22 0 0.89 0.05 74.72 0.89 0.53
Hex BD F2 1A 16 0 59 5 4B 59 35
Octal 275 362 32 26 0 131 5 113 131 65
Binary 10111101 11110010 11010 10110 0 1011001 101 1001011 1011001 110101

Color Harmonies of #BDF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF21A

Black with #BDF21A

Text Example


Text Example

White with #BDF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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