Html Css Color HEX #BDF421 Inch Worm

📋 copy color: '#BDF421'

red 189 ◦ green 244 ◦ blue 33

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

Shades of Inch Worm #BDF421

Tints of Inch Worm #BDF421

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.36%

 BLUE value IS 33 (13.28% from 255) = 7.08%

R = 40.56%
G = 52.36%
B = 7.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#BDF421 (or 0xBDF421) is known color: Inch Worm. HEX triplet: BD, F4 and 21. RGB value is (189,244,33). Sum of RGB (Red+Green+Blue) = 189+244+33=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF421 is #420BDE. Grayscale: #CCCCCC. Windows color (decimal): -4328415 or 2225341. OLE color: 2225341.

HSL color Cylindrical-coordinate representation of color #BDF421: hue angle of 75.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF421 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 33 -
CMYK 0.23 0 0.86 0.04
HSL 75.64º 0.91% 0.54% -
HSV(B) 75.64º 0.86% 0.96% -
XYZ 53.61 75.63 13.21 -
YUV 203.5 31.78 117.66 -
System Red Green Blue C M Y K H S L
Decimal 189 244 33 0.23 0 0.86 0.04 75.64 0.91 0.54
Hex BD F4 21 17 0 56 4 4C 5B 36
Octal 275 364 41 27 0 126 4 114 133 66
Binary 10111101 11110100 100001 10111 0 1010110 100 1001100 1011011 110110

Color Harmonies of #BDF421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF421

Black with #BDF421

Text Example


Text Example

White with #BDF421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF421; }

 p { color: rgb(189,244,33); }

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

background-color css

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

 a { background-color: rgb(189,244,33); }

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

border-color css

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

 span { border-color: rgb(189,244,33); }

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