Html Css Color HEX #BDF316 Inch Worm

📋 copy color: '#BDF316'

red 189 ◦ green 243 ◦ blue 22

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

Shades of Inch Worm #BDF316

Tints of Inch Worm #BDF316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.85%

R = 41.63%
G = 53.52%
B = 4.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#BDF316 (or 0xBDF316) is known color: Inch Worm. HEX triplet: BD, F3 and 16. RGB value is (189,243,22). Sum of RGB (Red+Green+Blue) = 189+243+22=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF316 is #420CE9. Grayscale: #CACACA. Windows color (decimal): -4328682 or 1504189. OLE color: 1504189.

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

Color convert

RGB 189 243 22 -
CMYK 0.22 0 0.91 0.05
HSL 74.66º 0.9% 0.52% -
HSV(B) 74.66º 0.91% 0.95% -
XYZ 53.18 74.98 12.43 -
YUV 201.66 26.61 118.97 -
System Red Green Blue C M Y K H S L
Decimal 189 243 22 0.22 0 0.91 0.05 74.66 0.9 0.52
Hex BD F3 16 16 0 5B 5 4B 5A 34
Octal 275 363 26 26 0 133 5 113 132 64
Binary 10111101 11110011 10110 10110 0 1011011 101 1001011 1011010 110100

Color Harmonies of #BDF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF316

Black with #BDF316

Text Example


Text Example

White with #BDF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF316; }

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

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

background-color css

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

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

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

border-color css

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

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

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