Html Css Color HEX #BDF318 Inch Worm

📋 copy color: '#BDF318'

red 189 ◦ green 243 ◦ blue 24

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

Shades of Inch Worm #BDF318

Tints of Inch Worm #BDF318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.26%

R = 41.45%
G = 53.29%
B = 5.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BDF318 (or 0xBDF318) is known color: Inch Worm. HEX triplet: BD, F3 and 18. RGB value is (189,243,24). Sum of RGB (Red+Green+Blue) = 189+243+24=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF318 is #420CE7. Grayscale: #CACACA. Windows color (decimal): -4328680 or 1635261. OLE color: 1635261.

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

Color convert

RGB 189 243 24 -
CMYK 0.22 0 0.90 0.05
HSL 74.79º 0.9% 0.52% -
HSV(B) 74.79º 0.9% 0.95% -
XYZ 53.2 74.99 12.53 -
YUV 201.89 27.61 118.81 -
System Red Green Blue C M Y K H S L
Decimal 189 243 24 0.22 0 0.90 0.05 74.79 0.9 0.52
Hex BD F3 18 16 0 5A 5 4B 5A 34
Octal 275 363 30 26 0 132 5 113 132 64
Binary 10111101 11110011 11000 10110 0 1011010 101 1001011 1011010 110100

Color Harmonies of #BDF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF318

Black with #BDF318

Text Example


Text Example

White with #BDF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF318; }

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

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

background-color css

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

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

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

border-color css

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

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

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