Html Css Color HEX #BDF21B Inch Worm

📋 copy color: '#BDF21B'

red 189 ◦ green 242 ◦ blue 27

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

Shades of Inch Worm #BDF21B

Tints of Inch Worm #BDF21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.9%

R = 41.27%
G = 52.84%
B = 5.9%

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

#BDF21B (or 0xBDF21B) is known color: Inch Worm. HEX triplet: BD, F2 and 1B. RGB value is (189,242,27). Sum of RGB (Red+Green+Blue) = 189+242+27=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF21B is #420DE4. Grayscale: #CACACA. Windows color (decimal): -4328933 or 1831613. OLE color: 1831613.

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

Color convert

RGB 189 242 27 -
CMYK 0.22 0 0.89 0.05
HSL 74.79º 0.89% 0.53% -
HSV(B) 74.79º 0.89% 0.95% -
XYZ 52.94 74.4 12.61 -
YUV 201.64 29.44 118.98 -
System Red Green Blue C M Y K H S L
Decimal 189 242 27 0.22 0 0.89 0.05 74.79 0.89 0.53
Hex BD F2 1B 16 0 59 5 4B 59 35
Octal 275 362 33 26 0 131 5 113 131 65
Binary 10111101 11110010 11011 10110 0 1011001 101 1001011 1011001 110101

Color Harmonies of #BDF21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF21B

Black with #BDF21B

Text Example


Text Example

White with #BDF21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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