Html Css Color HEX #BDF512 Inch Worm

📋 copy color: '#BDF512'

red 189 ◦ green 245 ◦ blue 18

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

Shades of Inch Worm #BDF512

Tints of Inch Worm #BDF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.2%

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 41.81%
G = 54.2%
B = 3.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#BDF512 (or 0xBDF512) is known color: Inch Worm. HEX triplet: BD, F5 and 12. RGB value is (189,245,18). Sum of RGB (Red+Green+Blue) = 189+245+18=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF512 is #420AED. Grayscale: #CBCBCB. Windows color (decimal): -4328174 or 1242557. OLE color: 1242557.

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

Color convert

RGB 189 245 18 -
CMYK 0.23 0 0.93 0.04
HSL 74.8º 0.92% 0.52% -
HSV(B) 74.8º 0.93% 0.96% -
XYZ 53.75 76.17 12.44 -
YUV 202.38 23.95 118.46 -
System Red Green Blue C M Y K H S L
Decimal 189 245 18 0.23 0 0.93 0.04 74.8 0.92 0.52
Hex BD F5 12 17 0 5D 4 4B 5C 34
Octal 275 365 22 27 0 135 4 113 134 64
Binary 10111101 11110101 10010 10111 0 1011101 100 1001011 1011100 110100

Color Harmonies of #BDF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF512

Black with #BDF512

Text Example


Text Example

White with #BDF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF512; }

 p { color: rgb(189,245,18); }

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

background-color css

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

 a { background-color: rgb(189,245,18); }

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

border-color css

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

 span { border-color: rgb(189,245,18); }

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