Html Css Color HEX #BDF141 Conifer

📋 copy color: '#BDF141'

red 189 ◦ green 241 ◦ blue 65

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

Shades of Conifer #BDF141

Tints of Conifer #BDF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 38.18%
G = 48.69%
B = 13.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BDF141 (or 0xBDF141) is known color: Conifer. HEX triplet: BD, F1 and 41. RGB value is (189,241,65). Sum of RGB (Red+Green+Blue) = 189+241+65=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF141 is #420EBE. Grayscale: #CECECE. Windows color (decimal): -4329151 or 4321725. OLE color: 4321725.

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

Color convert

RGB 189 241 65 -
CMYK 0.22 0 0.73 0.05
HSL 77.73º 0.86% 0.6% -
HSV(B) 77.73º 0.73% 0.95% -
XYZ 53.4 74.11 16.49 -
YUV 205.39 48.77 116.31 -
System Red Green Blue C M Y K H S L
Decimal 189 241 65 0.22 0 0.73 0.05 77.73 0.86 0.6
Hex BD F1 41 16 0 49 5 4E 56 3C
Octal 275 361 101 26 0 111 5 116 126 74
Binary 10111101 11110001 1000001 10110 0 1001001 101 1001110 1010110 111100

Color Harmonies of #BDF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF141

Black with #BDF141

Text Example


Text Example

White with #BDF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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