Html Css Color HEX #BDF123 Inch Worm

📋 copy color: '#BDF123'

red 189 ◦ green 241 ◦ blue 35

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

Shades of Inch Worm #BDF123

Tints of Inch Worm #BDF123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 40.65%
G = 51.83%
B = 7.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#BDF123 (or 0xBDF123) is known color: Inch Worm. HEX triplet: BD, F1 and 23. RGB value is (189,241,35). Sum of RGB (Red+Green+Blue) = 189+241+35=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF123 is #420EDC. Grayscale: #CACACA. Windows color (decimal): -4329181 or 2355645. OLE color: 2355645.

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

Color convert

RGB 189 241 35 -
CMYK 0.22 0 0.85 0.05
HSL 75.15º 0.88% 0.54% -
HSV(B) 75.15º 0.85% 0.95% -
XYZ 52.74 73.85 13.06 -
YUV 201.97 33.77 118.75 -
System Red Green Blue C M Y K H S L
Decimal 189 241 35 0.22 0 0.85 0.05 75.15 0.88 0.54
Hex BD F1 23 16 0 55 5 4B 58 36
Octal 275 361 43 26 0 125 5 113 130 66
Binary 10111101 11110001 100011 10110 0 1010101 101 1001011 1011000 110110

Color Harmonies of #BDF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF123

Black with #BDF123

Text Example


Text Example

White with #BDF123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF123; }

 p { color: rgb(189,241,35); }

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

background-color css

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

 a { background-color: rgb(189,241,35); }

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

border-color css

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

 span { border-color: rgb(189,241,35); }

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